WebSockets

@marblejs/websockets module implements the RFC 6455 WebSocket protocol, which means that by design it is not compatible with Socket.io or any other non-standard WS implementations. The module that will be introduced is based on lightweight ws package.

Last updated