Does Rails action cable use a custom websocket library or does it use an open source one?
Asked
Active
Viewed 59 times
1 Answers
1
ActionCable uses the Faye Websocket Driver. You can find this information in the Gemspec for ActionCable, which is available as part of the Rails project on Github.

coreyward
- 77,547
- 20
- 137
- 166