smart_websocket_client v0.1.0 SmartWebsocketClient.Socket

Generic websocket interface.

This module is a simple interface to the lower level socket library we use. If, in the future, we want to use a different library, we should need to modify this module only.

This module is used internally.

Summary

Functions

connect(host, port, path)
recv(socket)
send(socket, msg)