Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsumners/electrolyte-test
https://github.com/jsumners/electrolyte-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsumners/electrolyte-test
- Owner: jsumners
- Created: 2014-11-04T23:12:45.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-05T01:17:30.000Z (about 10 years ago)
- Last Synced: 2024-10-14T21:57:38.492Z (about 1 month ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
electrolyte-test
================A simple "Hello world" web service using [Hapi](http://hapijs.com) for the server framework
and [Electrolyte](https://github.com/jaredhanson/electrolyte) for dependency injection.```{bash}
$ git clone https://github.com/jsumners/electrolyte-test.git
$ cd electrolyte-test
$ npm install
$ node server.js &
$ server_pid=$!
$ curl http://localhost:8080/foo
$ kill ${server_pid}
```