Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 419 Bytes

simpleServer

devDependency Status

What?

A simple web server.

Why

The server can receive some data on the /data endpoint and print them on the console. It allow me to test other services which send data to this endpoint

How?

The server is using Hapi and is hosted on Heroku.