Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianpursley/hello-websocket-server
A docker container running a simple hello world websocker server
https://github.com/brianpursley/hello-websocket-server
Last synced: about 2 months ago
JSON representation
A docker container running a simple hello world websocker server
- Host: GitHub
- URL: https://github.com/brianpursley/hello-websocket-server
- Owner: brianpursley
- License: mit
- Created: 2020-04-15T20:23:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-06T15:18:53.000Z (over 3 years ago)
- Last Synced: 2023-03-21T18:53:20.695Z (almost 2 years ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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, `.
Type `close` to close the connection.