Files
playground/Web/bfcache/server
Alexander Zinn 8f9813e735 bfcache: server - Update WebSocketServer configuration
* Adjusted maxPayloadLength to 16 MB
* Set backPressureLimit to 1 MB
* Added new socket event handlers: onSocketError, onSocketOpen, onSocketMessage, onSocketDrain, and onSocketClose
2025-09-17 23:55:28 -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.