This package has been deprecated

Author message:

Do not use

@meteor-it/xpress-support-ws

1.0.3 • Public • Published

XPress WebSocket support

Read instruction in XPress to install

Usage:

server.on('WS /*',async(req, socket, next)=>{
    // Req here - custom object, have all props as on normal http requests
    req.a=123;
    next(); 
});
server.on('WS /a',async(req, socket, next)=>{
    req.a; // = 123
    socket.on('message', msg=>console.log.bind(console));
});

Readme

Keywords

Package Sidebar

Install

npm i @meteor-it/xpress-support-ws

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • f6cf
  • lach