Files
playground/Web/bfcache/server
Alexander Zinn 804f2d990a bfcache: server - Implement WebSocket server functionality
* Added WebSocketServer class with configurable options
* Introduced WebSocketServerFactory for creating WebSocket relay servers
* Updated index.ts to set up a server with WebSocket support and handle various signals for graceful shutdown
2025-09-18 17:49:07 -04:00
..
2025-09-17 21:53:10 -04:00
2025-09-17 22:31:06 -04:00
2025-09-17 21:53:10 -04:00
2025-09-17 22:31:06 -04:00
2025-09-17 22:31:06 -04:00
2025-09-17 23:50:13 -04:00
2025-09-17 21:53:10 -04:00

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.