Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ph0bos committed Sep 5, 2015
1 parent c7a46d2 commit fc4e0e1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Express Microservice Starter

An express-based Node.js API bootstrapping module for building microservices. Whilst the starter behaves just like a normal express middleware it actually provides a fully configured express application via sub-app mounting.
An express-based bootstrapping module for building microservices with Node.js. The starter utilises sub-app mounting to provide any implementing express application with a variety of functionality..

## Key Features

Expand All @@ -10,8 +10,10 @@ The starter provides the following features out of the box;
* Cache-Control header support
* Body-parsing support
* Configurable controller/route auto-scanning
* Configurable health monitors
* Configurable per-application logging
* Automatic service registration with ZooKeeper
* Actuator info and health endpoints
* Actuator info and health endpoints (/actuator/[info or health])

## Basic Usage

Expand Down

0 comments on commit fc4e0e1

Please sign in to comment.