/ws-simple

test websocket stuff with elixir and node

Primary LanguageElixir

Server:

$ git clone https://github.com/bnordlun/ws-simple
$ cd ws-simple/server
$ mix deps.get
$ iex -S mix run run.exs

Client:

$ cd ws-simple/client
$ npm install websocket
$ node client.js