Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/srmullen/swrkroute

A router for service worker environments. Based on the Fetch API.
https://github.com/srmullen/swrkroute

Last synced: 9 days ago
JSON representation

A router for service worker environments. Based on the Fetch API.

Awesome Lists containing this project

README

        

swrkroute
=========

Pronounced Sauerkraut

Zero dependencies!

Possible uses
-------------

- Request rewriting
- Reverse Proxy
- Load balancer
- Service Worker
- Mock APIs
- Cache responses
- Automatically mock APIs from swagger docs.

TODO
----

- CORS middleware
- Better types / Generics
- Documentation