Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.