WSession is a server-side websocket framework which enables creating declarative and beautifully organized class-based controllers with decorators. It is a server-client RPC framework as a whole, and can also act as a distributed gateway to forward messages directly between services using WSession.
TypeScript
17
2
Apache License 2.0
WSession is a server-side WebSocket framework designed for creating class-based controllers with decorators, enabling declarative and organized RPC communication between server and client. It is ideal for developers looking to build structured WebSocket applications with features like message handling, context injection, and service management.