Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nolim1t/connect-middleware-test
node.JS connect middleware test
https://github.com/nolim1t/connect-middleware-test
Last synced: 2 days ago
JSON representation
node.JS connect middleware test
- Host: GitHub
- URL: https://github.com/nolim1t/connect-middleware-test
- Owner: nolim1t
- Created: 2011-08-26T05:11:08.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-01T04:00:47.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T14:30:01.851Z (7 months ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect Middleware test
## What is it?
Just building a simple low-level (and memory!) web server (to eventually replace some of
the apps I have running!)## How do you use?
```
npm install connect
```Optional (Remove the /uuid endpoint if you do not install it)
```
npm install node-uuid
```