Project
Reverse Dependencies for faye-websocket
The projects listed here declare faye-websocket as a runtime or development dependency
0.0
Ruby Substrate RPC Client
2020
2021
2022
2023
2024
2025
0.0
Write a longer description or delete this line.
2020
2021
2022
2023
2024
2025
0.0
CF command line tool to tail CF Application Logs
2020
2021
2022
2023
2024
2025
0.0
Two player chess game through the terminal
2020
2021
2022
2023
2024
2025
0.0
Ruby SDK for you to access RingCentral platform API.
2020
2021
2022
2023
2024
2025
0.0
GhostText plugin for Textbringer.
2020
2021
2022
2023
2024
2025
0.0
A framework for creating Twitch.tv chat bots
2020
2021
2022
2023
2024
2025
0.0
A Ruby wrapper for the VALR API.
2020
2021
2022
2023
2024
2025
0.0
A full client library allows requests to made to the Viaduct API.
2020
2021
2022
2023
2024
2025
0.0
A set of useful tools to help developers use & manage their Viaduct applications.
2020
2021
2022
2023
2024
2025
0.0
Defends the Universe
2020
2021
2022
2023
2024
2025
0.0
SockJS is a WebSocket emulation library. It means that you use the WebSocket API, only instead of WebSocket class you instantiate SockJS class. In absence of WebSocket, some of the fallback transports will be used. This code is compatible with SockJS protocol 0.3.4.
2020
2021
2022
2023
2024
2025
0.0
Voxelamming is an AR programming learning app. Even programming beginners can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads with iOS 16 or later, and Apple Vision Pro.
2020
2021
2022
2023
2024
2025
0.0
Development of `voxelamming_gem` has been terminated. Please use `voxelamming` as a successor.
Voxelamming is an AR programming learning app. Even programming beginners can learn programming visually and enjoyably. Voxelamming supports iPhones and iPads with iOS 16 or later, and Apple Vision Pro.
2020
2021
2022
2023
2024
2025
0.0
A ruby client which can access all Wanglu's API.
2020
2021
2022
2023
2024
2025
0.0
API Wrapper for the Wazirx cryptocurrency exchange.
2020
2021
2022
2023
2024
2025
0.0
API Wrapper for the Wazirx cryptocurrency exchange.
2020
2021
2022
2023
2024
2025
0.0
A webhook dump http forwarder CLI
2020
2021
2022
2023
2024
2025
0.0
Chat gem for Ruby on Rails based on WebSockets
2020
2021
2022
2023
2024
2025
0.0
# ws-rails-client
Simple Ruby client to for Websocket Rails server.
Example:
```ruby
require 'ws_rails_client'
require 'eventmachine'
EM.run do
client = WsRails::Client.new("ws://localhost:3000/websocket")
client.handle 'my_event' do |message|
client.send('my_response', message)
en...
2020
2021
2022
2023
2024
2025