What websock library does action cable use?

110 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 best solutions below

0
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.