HTTP toolkit for Yagura - layers, services, base implementation Yagura
This package is currently undergoing development! Follow us on Twitter for updates and release announcements!
TBD
If you discover a security vulnerability in Yagura, please see Security Policies and Procedures.
Get started by adding @yagura/http
to your existing Yagura project as a dependency:
$ npm install @yagura/http
Check out other Yagura-related packages to develop specific types of applications:
@yagura/yagura
A modular, unopinonated event-based web framework - written in TypeScript for Node.js@yagura/http
HTTP server and API development tools (supportsHTTP/2
!)@yagura/realtime
base Layers for realtime-based server development (such as MQTT, WebSockets, raw sockets (TCP/UDP), etc.)
TBD
To run the test suite, first install the dependencies, then run npm run test
:
$ npm install --devDependencies
$ npm run test
The original author of Yagura is James Kerber