文件名称:noder:用于 Ruby 的 Node.js
文件大小:25KB
文件格式:ZIP
更新时间:2024-07-23 10:17:48
ruby node Ruby
节点 用于 Ruby 的 Node.js 概述 Noder 将 Node.js 的架构引入 Ruby。 它侧重于 Node.js 的 HTTP 相关支持的实现,因为 Ruby 的标准库和其他 gem 已经提供了许多 Node.js 其他核心模块的很好的模拟。 您可能也有兴趣 (Express.js为Ruby),这Noder始建于支持和。 Node 运行在。 例子 可以使用以下脚本创建和启动 Web 服务器: require 'noder' server = Noder :: HTTP :: Server . new do | request , response | response . write_head ( 200 , { 'Content-Type' => 'text/plain' } ) response . end ( 'Hello world!' ) end s
【文件预览】:
noder-master
----Gemfile(39B)
----noder.gemspec(632B)
----spec()
--------support()
--------http()
--------events()
--------integration()
--------spec_helper.rb(561B)
----.gitignore(46B)
----lib()
--------noder()
--------noder.rb(412B)
----README.md(8KB)
----MIT-LICENSE(1KB)