No description
app.py now auto-starts the gateway HTTP server in a daemon thread, so users only need `python app.py` to get everything running. The gateway calls dispatch_request directly when co-located (local mode) instead of trying to establish an RNS link to itself. Bookmarklet hardcoded to localhost:8080. gateway.py still works standalone for connecting to remote instances. |
||
|---|---|---|
| .gitignore | ||
| app.py | ||
| db.py | ||
| gateway.py | ||
| handlers.py | ||
| index.db | ||
| README.md | ||
| requirements.txt | ||
| rns_client.py | ||
| templates.py | ||