coap-polka:最小的CoAP路由服务器框架

时间:2024-06-04 16:29:40
【文件属性】:

文件名称:coap-polka:最小的CoAP路由服务器框架

文件大小:16KB

文件格式:ZIP

更新时间:2024-06-04 16:29:40

JavaScript

CoapPolka CoapPolka是基于的最小CoAP路由框架。 CoapPolka对路由,中间件和子应用程序具有基本支持。 我们同样以强制性的项目符号格式提供功能: 使用作为CoAP服务器 与Express.js和Polka几乎相同的应用程序API和路由模式定义 将CoAP请求代理到HTTP [WIP] 去做 将CoAP请求代理到HTTP 响应JSON格式编写器 安装 $ npm install --save coap-polka 用法 const coapPolka = require ( 'coap-polka' ) ; function hello ( req , res , next ) { req . hello = 'world' ; next ( ) ; } function foo ( req , res , next ) { req . fo


【文件预览】:
coap-polka-master
----.gitignore(12B)
----package.json(853B)
----package-lock.json(22KB)
----.travis.yml(56B)
----LICENSE(1KB)
----index.js(46B)
----examples()
--------simple.request.js(806B)
--------simple.js(737B)
----libs()
--------crouter.js(986B)
--------coap-polka.js(3KB)
--------coap-helper.js(665B)
----README.md(1KB)
----tests()
--------util()
--------coap-polka.test.js(3KB)
--------crouter.test.js(5KB)

网友评论