expressify-js
v2.0.1
Published
A protocol designed to make serverless web apps comunication efficient and secure.
Downloads
26
Readme
Expressify is built upon a transport agnostic layer making it possible to expose and query RESTful interfaces on top of protocols other than HTTP (e.g MQTT, IPC, TCP, etc.).
Current version: 2.0.1
Lead Maintainer: Halim Qarroum
Install
Using NPM
npm install --save expressify-js
Features
- Allows applications to expose RESTful interfaces independently of the underlying transport layer.
- High-level built-in description protocol to exchange data between applications.
- Built-in service resources discoverability mechanism.
- Resource centric publish-subscribe system built-in for observing resources.
- Both a server and a client interface are provided in this implementation.
Documentation
The complete documentation, as well as the FAQ are at your disposal all the informations you need to integrate Expressify into your applications. Instructions on how to build Expressify
and running the unit tests are available in the wiki section.