UNPKG

fwsp-hydra-express

Version:

A module which wraps Hydra and ExpressJS to provide an out of the box microservice which can support API routes and handlers.

26 lines (16 loc) 1.98 kB
![logo](hydra-express.png) [![npm version](https://badge.fury.io/js/fwsp-hydra-express.svg)](https://badge.fury.io/js/fwsp-hydra-express) <span class="badge-npmdownloads"><a href="https://npmjs.org/package/fwsp-hydra-express" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/fwsp-hydra-express.svg" alt="NPM downloads" /></a></span> [![Join the chat at https://gitter.im/flywheelsports/fwsp-hydra-express](https://badges.gitter.im/flywheelsports/fwsp-hydra-express.svg)](https://gitter.im/flywheelsports/fwsp-hydra-express) Hydra-Express is a light-weight library for building NodeJS and ExpressJS based distributed computing applications. It was announced at [EmpireNode 2016](http://empirenode.org/). A key goal in Hydra-Express is to simplify building Node-based distributed applications. Rather watch a video than read the docs? See our [Introduction to Hydra](https://www.youtube.com/watch?v=dHFQxrc4Fnk) video on YouTube. > Hydra-Express replies on an instance of Redis, if you need to learn more about Redis, see our [Redis quick start guide](https://youtu.be/eX7EamF_WuA). ### Documentation Read the [Full documentation](documentation.md) ### Related projects * [Hydra](https://github.com/flywheelsports/fwsp-hydra): hydra core project for use with Non-ExpressJS apps * [Hydra-cli](https://github.com/flywheelsports/hydra-cli): a hydra commandline client for interacting with Hydra-enabled applications * [Hydra Geneartor](https://github.com/flywheelsports/generator-fwsp-hydra): A Yeoman generator for quickly building hydra-based projects * [Hydra-Router](https://github.com/flywheelsports/fwsp-hydra-router): A service-aware socket and HTTP API router * [UMF](https://github.com/cjus/umf): Universal Message Format, a messaging specification for routable messages * [Hydra-Cluster](https://github.com/cjus/hydra-cluster): A compute cluster based on Hydra * [Other Flywheel Sports open source projects](https://github.com/flywheelsports)