Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jwdeane/cache-control

A barebones node server for testing Cache-Control headers.
https://github.com/jwdeane/cache-control

Last synced: 14 days ago
JSON representation

A barebones node server for testing Cache-Control headers.

Awesome Lists containing this project

README

        

# Cache-Control

A barebones node server for testing `Cache-Control` headers.

```
❯ npm ci
❯ npm start

[nodemon] starting `node server.js`
listening at http://localhost:3001
```

`npm start` runs the server with nodemon in order to auto-restart on file change(s).

## License

MIT © James Deane