https://github.com/patrick91/fastapi-sw
https://github.com/patrick91/fastapi-sw
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/fastapi-sw
- Owner: patrick91
- Created: 2023-04-24T16:31:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T16:31:56.000Z (about 3 years ago)
- Last Synced: 2025-03-01T02:22:04.981Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://fastapi-sw.vercel.app/
- Size: 6.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.