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