Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jwdeane/cache-control
- Owner: jwdeane
- Created: 2022-12-10T02:52:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-10T09:45:12.000Z (about 2 years ago)
- Last Synced: 2024-06-12T13:07:07.713Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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