socket.io-cowboy icon indicating copy to clipboard operation
socket.io-cowboy copied to clipboard

Socket.IO server for Erlang

Results 10 socket.io-cowboy issues
Sort by recently updated
recently updated
newest added

* `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...

Clean code

enhancement

Extract uuid generator module to configuration and remove from code

enhancement

Added restrictions on inbound and outbound messages to avoid out of memory or DoS.

enhancement