Skip to content

patternoia/WebSocketRailsEcho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocketRailsEcho

Simple WebSocketRails web socket server to allow clients to test various remote calls.

This server simply echoes back any data sent to it.

Used to test WebSocketRails client port for iOS.

One can find it here https://github.com/patternoia/WebSocketRails-iOS

Supported events

  • Global events. Trigger an event with name global_event to receive response.

  • Events with namespaces. Trigger an event with name namespace.namespace_event to receive response.

  • Channel events. Create a channel with name channel_event and trigger an event with name channel_event to receive response.

  • Events with success callback. Trigger an event with name success_event with success callback specified to receive response. Failure callback is ignored.

  • Events with failure callback. Trigger an event with name failure_event with failure callback specified to receive response. Success callback is ignored.

Misc

Refer to https://github.com/websocket-rails/websocket-rails to learn more about WebSocketRails

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published