Azolo/websockex

Performance optimisation

parubets opened this issue · 0 comments

Hello! Thanks for an amazing library! :)
I read few issues regarding inet:setopts(Sock, [{active, once}]) and also your reply that SSL (WSS) is the pain to work with in Erlang.
So my question is - if I put in front nginx proxy which will transform wss to ws - will this speed up elixir ws process?
Websockex will consume WS data.
Do you think it's worth spending time trying this to get some more performance from websockex? :)