socket.io-cowboy
socket.io-cowboy copied to clipboard
Socket.IO server for Erlang
* `crypto:rand_bytes/1` -> `crypto:strong_rand_bytes` * `erlang:now/0` -> `os:timestamp/0` * `crypto:rand_uniform/2` -> `rand:uniform/1` and cowboy version up to `1.1.2` .
Add a decoder/encoder for events. This PR allows to emit non-standard events. This part of the protocol specification was added: ``` '5:' [message id ('+')] ':' [message endpoint] ':' [json...
Extract uuid generator module to configuration and remove from code
Added restrictions on inbound and outbound messages to avoid out of memory or DoS.