What websock library does action cable use?

74 views Asked by At

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

1

There are 1 answers

0
coreyward On BEST ANSWER

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.