quark:用于node.js的简单微服务框架

时间:2024-05-19 06:24:25
【文件属性】:

文件名称:quark:用于node.js的简单微服务框架

文件大小:12KB

文件格式:ZIP

更新时间:2024-05-19 06:24:25

JavaScript

夸克 node.js中的微服务微型框架 安装 $ npm install quark 特征 简单定义模式的动作。 快速而简约。 传输将解析发送到其他服务的邮件。 快速开始 $ npm install quark 乒乓球应用示例: var quark = require ( 'quark' ) ( ) ; quark . define ( { action : 'ping' } , function ( args , done ) { done ( null , { yeld : 'pong' } ) ; } ) ; quark . listen ( function ( err , addr ) { if ( err ) throw err ; console . log ( 'quark %s is running on %s:%s' , 'ping.pong'


【文件预览】:
quark-master
----index.js(551B)
----package.json(1015B)
----tests()
--------quark.test.js(3KB)
--------client.test.js(2KB)
--------define.test.js(1KB)
----LICENSE(1KB)
----examples()
--------container()
--------ping.pong.js(406B)
--------transport-http()
----.gitignore(526B)
----lib()
--------core.js(4KB)
--------http-transport.js(4KB)
----README.md(2KB)

网友评论