Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 282 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 282 Bytes

Example usage of GenSocketClient

To start the system, fetch all dependencies and start the server with iex -S mix phoenix.server. You should see various log messages in the console.

The client code can be found in lib/example/socket_client.ex.