Add websocket example

This commit is contained in:
Nick Sardo 2017-06-09 12:29:07 -07:00
parent dbb12afbb9
commit 46a9943eb6
5 changed files with 249 additions and 0 deletions

View file

@ -0,0 +1,5 @@
FROM alpine:3.5
COPY wsserver /wsserver
CMD ["/wsserver"]