expressify-js

2.0.1 • Public • Published


expressify

RESTful client and server implementations built on top of an agnostic transport layer.

Build Status npm version Codecov CodeFactor


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.

Readme

Keywords

Package Sidebar

Install

npm i expressify-js

Weekly Downloads

5

Version

2.0.1

License

MIT

Unpacked Size

170 kB

Total Files

36

Last publish

Collaborators

  • hqm