文件名称:ruby-websockets:在Ruby中制作WebSockets服务器
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-09 18:47:44
Ruby
Ruby WebSockets 在Ruby中构建WebSocket服务器的示例 服务器 ruby server.rb 客户 打开浏览器控制台并输入 var socket = new WebSocket("ws://localhost:4567"); socket.onmessage = function(event){console.log(event.data);}; socket.send("hello");
【文件预览】:
ruby-websockets-master
----web_socket_connection.rb(1KB)
----.gitignore(7B)
----README.md(284B)
----Gemfile(44B)
----.ruby-version(6B)
----server.rb(317B)
----Gemfile.lock(153B)
----.ruby-gemset(16B)
----web_socket_server.rb(2KB)