CoapPolka
CoapPolka is a minimal CoAP routing framework based on Polka. CoapPolka has basic support for routing, middleware, and sub-applications.
We offer features likewise in mandatory bullet-point format:
- Using node-coap as CoAP server
- Nearly identical application API & route pattern definitions with Express.js & Polka
- proxying CoAP request to HTTP [WIP]
Todo
- proxying CoAP request to HTTP
- response JSON format writer
Install
$ npm install --save coap-polka
Usage
const coapPolka = ; { reqhello = 'world'; ;} { reqfoo = 'bar'; ;} ;
API
TBA
License
Copyright (c) 2018 Ahmad Anshorimuslim Licensed under the MIT license.