uci-socket/readme.md

5 lines
202 B
Markdown
Raw Normal View History

## Extensons of Nodejs net 'Socket` and `Server` classes
Sockets now pass JSON objects (message packets)
Allows extension or passing of custom packet processors (e.g. MQTT) at each end of the socket.