Skip to content

A docker container running a simple hello world websocker server

License

Notifications You must be signed in to change notification settings

brianpursley/hello-websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-websocket-server

A docker container running a simple hello world websocker server

Usage

docker run -p 8888:8888 brianpursley/hello-websocket-server
npm install -g wscat
wscat -c ws://localhost:8888

Type anything for a response of hello, <anything>. Type close to close the connection.

About

A docker container running a simple hello world websocker server

Resources

License

Stars

Watchers

Forks

Packages

No packages published