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: 3 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:16:43.000Z (about 1 year ago)
- Last Synced: 2025-01-29T08:43:02.658Z (5 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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.