RubyGems Navigation menu

websocket_messaging 0.0.1

This gem has been extracted from chat application based on websockets. It consists of basically two components: channels and notifiers. Channels are meant to handle external communication through provided socket in a bidirectional manner while using notifiers for internal communication. Notifiers are using a messaging bus, which might be anything supporting publish/subscribe pattern across multiple threads / processes, i.e. common Redis cluster. It lets you define your own handlers for receiving and sending data.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.1 - May 22, 2014 (9.5 KB)

Development 相依性套件 (6):

bundler ~> 1.6
rake ~> 10.3
redis ~> 3.0
rspec ~> 3.0.0.rc1
rspec-its ~> 1.0
rspec-mocks ~> 3.0.0.rc1

擁有者:

作者:

  • Artur Hebda

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 3,814

這個版本 3,814

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: