Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatonebro/party-chat
Basic chat built on PartyKit!
https://github.com/thatonebro/party-chat
Last synced: 23 days ago
JSON representation
Basic chat built on PartyKit!
- Host: GitHub
- URL: https://github.com/thatonebro/party-chat
- Owner: ThatOneBro
- Created: 2023-07-11T20:23:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-11T20:24:02.000Z (over 1 year ago)
- Last Synced: 2024-11-30T21:36:07.639Z (28 days ago)
- Language: TypeScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# party-chat
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v0.6.13. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.