Skip to content

Example about dockerizing a socket.io service for a generic application.

License

Notifications You must be signed in to change notification settings

feload/dashboard-socket

Repository files navigation

Dashboard socket.

This is an example about dockerizing a socket.io service for a generic application.

Usage.

Clone and build.

$ git clone https://github.com/feload/dashboard-socket.git  
$ cd dashboard-socket  
$ docker build -t dashboard .  
$ docker run -d -p 8181:8181 dashboard-socket  
$ docker logs dashboard -f  

Give it a try.

$ http-server

Reference: http-server
"user connected" will prompt in the logs from dashboard container.

About

Example about dockerizing a socket.io service for a generic application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published