Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 398 Bytes

Streaming-web server

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.18.

To deploy your own streaming-web server, you can customize the message.txt file and the greeting.txt files to your liking and then rebuild the project using docker. A sample docker-compose file is provided in the repository.