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

https://github.com/patrick91/fastapi-sw


https://github.com/patrick91/fastapi-sw

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# Running FastAPI in a service worker

This is an early prototype of running FastAPI in a service worker.

## Running

```bash
npx lite-server .
```

Then open http://localhost:3000/ in your browser.