https://github.com/arkency/hexagonal-nodejs
https://github.com/arkency/hexagonal-nodejs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/arkency/hexagonal-nodejs
- Owner: arkency
- Created: 2014-05-31T11:02:24.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-17T22:17:42.000Z (almost 11 years ago)
- Last Synced: 2025-01-11T20:44:06.759Z (5 months ago)
- Language: CoffeeScript
- Size: 262 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To serve, use
```
node runner.js
```Then, you can try
```
wget http://localhost:1337/books -qO result.json; cat result.json
wget http://localhost:1337/ -qO result.json; cat result.json
```