NobbZ
Socket.io server in elixir
As we are currently evaluating server side technologies and I’m in the position to push elixir in my company here, I want to re-implement the current functionality of one of our backend modules in elixir, showcasing its capabilities.
I have some restrictions when doing so though of which I can solve the most, but one remains:
I am not allowed to break the current client software, which uses socket.io for real time communication with the backend among the usual HTTP-RESTful-API.
Is anyone of you aware of a server-side socket.io implementation in elixir (or erlang) that nicely integrates with Phoenix or Raxx?
I doubt beeing able to implement one on my own in the time I have.
Most Liked Responses
chrismccord
allyraza
I am not aware of elixir implementation of socketio server, But I do know of an erlang implementation which I don’t think is actively being developed
nonblockio
Hi folks, I meet the same problem recently
Is there any solution?








