Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```