6 ms·
Hi everyone, thanks for checking out BinaryRPC! I built this project because I needed a simple but fast WebSocket-based RPC layer for my own real-time side pro
by efecan0 1y ago
Hi everyone, thanks for checking out BinaryRPC!
I built this project because I needed a simple but fast WebSocket-based RPC layer for my own real-time side projects. Existing options felt heavy or JSON-only, so I wrote something binary-focused and plugin-friendly.
I’d really appreciate any feedback on:
• Overall architecture / design smells
• Concurrency model (thread-pool vs async IO)
• “Must-have” features before this is production-ready
Design notes and a 5-minute chat-server demo are in this short post:
https://medium.com/@efecanerdem0907/building-a-chat-server-in-5-minutes-with-binaryrpc-qos2-session-management-and-room-plugin-ccb66d722466 https://medium.com/@efecanerdem0907/building-a-chat-server-i...
Any comments, suggestions or PRs are welcome. Thanks again!