Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.