文件名称:celluloid-websocket:让您使用赛璐珞在机架上实现 websocket 服务器
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-08 00:29:12
Ruby
赛璐珞::WebSocket 让您使用 Celluloid 制作 websocket 机架应用程序。 感谢 Tony Arcieri 出色的 Celluloid 库。 安装 将此行添加到应用程序的 Gemfile 中: gem 'celluloid-websocket' 然后执行: $ bundle 或者自己安装: $ gem install celluloid-websocket 用法 简单地继承赛璐珞:: WebSocket的机架::您的机架应用程序,并实现on_open方法,并使用read和write功能来实现的协议。 require 'celluloid/websocket/rack' class WebSocketEcho < Celluloid::WebSocket def on_open @counter = 0 while(true) m
【文件预览】:
celluloid-websocket-master
----.gitignore(173B)
----LICENSE.txt(1KB)
----examples()
--------message_counter.ru(367B)
----README.md(1KB)
----lib()
--------celluloid()
----Gemfile(109B)
----Rakefile(28B)
----celluloid-websocket.gemspec(1KB)