https://github.com/taciturnaxolotl/streaming-web
https://github.com/taciturnaxolotl/streaming-web
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taciturnaxolotl/streaming-web
- Owner: taciturnaxolotl
- Created: 2024-02-07T19:15:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T00:36:05.000Z (11 months ago)
- Last Synced: 2025-04-06T06:08:13.418Z (22 days ago)
- Language: TypeScript
- Size: 127 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Streaming-web server
To install dependencies:
```bash
bun install
```To run:
```bash
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.