socket.io-bridge-server
v1.0.0
Published
Real-time bidirectional event-based communication between two socket.io clients
Downloads
5
Maintainers
Readme
socket.io-bridge-server
Server implementation for socket.io-bridge.
Please find the project documentation at https://github.com/michaelfranzl/socket.io-bridge .
API Reference
Functions
Typedefs
makeBridgeServer(opts)
Adds client-client bridging capability to a Socket.IO namespace.
Kind: global function
| Param | Type | Description | | --- | --- | --- | | opts | Object | | | opts.namespace | Namespace | | | [opts.logger] | Object | No logging by default |
Namespace
Kind: global typedef
See: https://github.com/socketio/socket.io/blob/master/docs/API.md#namespace