Skip to content

grichardsldn/sockwebsock

Repository files navigation

sockwebsock

TCP socket to Web Socket gateway

Sits on one or more TCP sockets listening to connections, and one or more web wockets. Messages sent to the TCP sockets are forwarded to all the web sockets associated with that TCP socket.

This is a plumbing tool to allow simple embedded systems with no web sockets stack to push messages to an application running on a browser.

npm ws install

To forward messages from tcp ports 3001 and 3002 to web sockets localhost:4001/3001 and localhost:4002/3002, with a logging web socket on localhost:5001/

node sockwebsock -l 5001 4001/3001 4002/3002

About

TCP socket to web socket gateway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published