Reputation: 630
I need post some data to websocket server from my rails application. Meaning, I have made a Rails web service where I need to post some data to a web socket server when some API calls are made. Is there any pre-built library which provide to create a web socket client easily in Rails?
Upvotes: 8
Views: 5862
Reputation: 73091
Ruby client and server: https://github.com/igrigorik/em-websocket
Also: https://github.com/mplatov/ruby-websocket-client
Upvotes: 3