Any WebSocket library that can be used on the VPS? (AKA without DLL dependencies)

 

Hello,


I would like to create a Ruby on Rails server and have a custom EA connect to that server through WebSockets to coordinate its exchanges. 

I see there are some libraries for WebSockets, but the ones I find in the marketplace will all probably use an external DLL, which cannot be used on the MQL VPS, which I will use.


Is there any higher level Sockets library that can be used in the VPS?

I know I can code my own routines with SocketCreate, SocketConnect, SocketSend and etc, but ideally I would like to focus on my application logic rather than dealing with low level commands to handle connection statuses and whatnot.


As usual, thanks in advance!