Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bontaramsonta/simple-messaging-server
a simple ws message server using Bun.websocket
https://github.com/bontaramsonta/simple-messaging-server
bunjs websocket
Last synced: 15 days ago
JSON representation
a simple ws message server using Bun.websocket
- Host: GitHub
- URL: https://github.com/bontaramsonta/simple-messaging-server
- Owner: bontaramsonta
- Created: 2023-09-18T15:37:26.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-14T12:44:21.000Z (about 1 year ago)
- Last Synced: 2024-10-16T11:18:46.872Z (29 days ago)
- Topics: bunjs, websocket
- Language: TypeScript
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-messaging-server
To install dependencies:
```bash
bun install
```To run:
```bash
bun run main.ts
```This project was created using `bun init` in bun v1.0.2. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.