This repository has been archived on 2025-08-19. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
coinstorge/website/websocket
2025-05-26 15:06:45 +03:00
..
src feat: live trades (/live & sidebar) + sidebar skeleton 2025-05-26 15:06:45 +03:00
.gitignore feat: websockets (comment posting + liking) 2025-05-25 12:06:04 +03:00
bun.lock feat: websockets (comment posting + liking) 2025-05-25 12:06:04 +03:00
package.json feat: websockets (comment posting + liking) 2025-05-25 12:06:04 +03:00
README.md feat: websockets (comment posting + liking) 2025-05-25 12:06:04 +03:00
tsconfig.json feat: websockets (comment posting + liking) 2025-05-25 12:06:04 +03:00

websocket

To install dependencies:

bun install

To run:

bun run src/main.ts

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