Lightweight reconnecting websocket interface
Go to file
2025-01-07 15:17:51 -05:00
src Add tests 2025-01-07 15:17:51 -05:00
.gitignore Initial commit 2025-01-07 14:58:16 -05:00
biome.json Add biome and autofix 2025-01-07 15:00:22 -05:00
build.ts Add biome and autofix 2025-01-07 15:00:22 -05:00
bun.lockb Add biome and autofix 2025-01-07 15:00:22 -05:00
package.json Add biome and autofix 2025-01-07 15:00:22 -05:00
README.md Initial commit 2025-01-07 14:58:16 -05:00
tsconfig.json Add tests 2025-01-07 15:17:51 -05:00

socket-speak

To install dependencies:

bun install

To run:

bun run src/index.ts

This project was created using bun init in bun v1.1.42. Bun is a fast all-in-one JavaScript runtime.