Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yorkie/micro-express


https://github.com/yorkie/micro-express

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

micro-express
==============

A tiny implementation for http middleware module inspired by [pixbi/backend-challenge](https://github.com/pixbi/backend-challenge)

### API

* `createServer`

* `use([router, ]handler)`

* `listen(port, callback)`

### Run test

```
$ node test
```

### License

MIT