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: 4 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T12:44:21.000Z (almost 2 years ago)
- Last Synced: 2025-04-05T11:14:17.879Z (6 months 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.