api-provider-redis
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

api-provider-redis

API provider for building api-core based APIs consumable via Redis pub-sub.

Installation

npm install api-provider-redis

Usage

const express = require('express'),
      RedisApiRouter  = require('api-provider-redis').RedisApiRouter;
 
const API = new Api(...);
 
const app = express(),
      router = new ExpressApiRouter(API);
      
router.apply(app);
app.listen(8080);

Readme

Keywords

Package Sidebar

Install

npm i api-provider-redis

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • ajuhos