No description
  • TypeScript 95.8%
  • JavaScript 4.2%
Find a file
2026-03-02 17:58:41 +01:00
src get messages route, getMessages functions (#35) 2026-03-02 17:58:41 +01:00
.env.example feat: CRUD functionality for users and messages (#30) 2026-02-25 20:32:55 +01:00
.gitignore chore: add .gitignore 2026-02-18 10:10:06 +01:00
bun.lock feat: CRUD functionality for users and messages (#30) 2026-02-25 20:32:55 +01:00
CLAUDE.md First commit on stable socket.io server 2026-02-15 22:13:58 +01:00
deploy.txt First commit on stable socket.io server 2026-02-15 22:13:58 +01:00
package.json feat: CRUD functionality for users and messages (#30) 2026-02-25 20:32:55 +01:00
README.md First commit on stable socket.io server 2026-02-15 22:13:58 +01:00
test-socket.js feat: CRUD functionality for users and messages (#30) 2026-02-25 20:32:55 +01:00
tsconfig.json First commit on stable socket.io server 2026-02-15 22:13:58 +01:00

relay-server

To install dependencies:

bun install

To run:

bun run index.ts

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