Skip to content

kistek/unix-domain-to-web-socket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unix Domain To Web Socket

A simple utility to pipe unix domain data to web sockets.

Usage

Command line

node src/index.js /path/to/progname.sock "my-socket-io-event-name" 1080 utf8

Docker

docker run kistek/unix-domain-to-web-socket /path/to/progname.sock "my-socket-io-event-name" 1080 utf8

TODO / Issues

PRs on these are especially welcome.

  • Currently this only supports data moving from the domain socket to the web socket, but someone may wish it to be bidirectional.
  • Add ava tests (no tests yet. lame, I know. PRs welcome :-))

Releases

No releases published

Packages

No packages published