This commit is contained in:
Alexander Zinn
2025-08-25 13:36:17 -04:00
commit 705274c4ba
34 changed files with 1130 additions and 0 deletions

15
server/README.md Normal file
View File

@@ -0,0 +1,15 @@
# chatroom
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.2.21. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.