Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.