HTTP is not enough for real-time or high-performance internal communication.
Technical Implementation:
- Extend the
App class to support attaching other servers.
- WebSocket: Integrate
ws library, allowing app.ws('/path', handler).
- gRPC: Integrate
@grpc/grpc-js, allowing definition of services alongside HTTP routes.
Acceptance Criteria:
HTTP is not enough for real-time or high-performance internal communication.
Technical Implementation:
Appclass to support attaching other servers.wslibrary, allowingapp.ws('/path', handler).@grpc/grpc-js, allowing definition of services alongside HTTP routes.Acceptance Criteria: