0

Does Rails action cable use a custom websocket library or does it use an open source one?

cool breeze
  • 4,461
  • 5
  • 38
  • 67

1 Answers1

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