NostrRelay: Difference between revisions
Jump to navigation
Jump to search
(→Links) |
(→Links) |
||
Line 3: | Line 3: | ||
* Nostr Relay | * Nostr Relay | ||
** https://github.com/lnbits/nostrrelay | ** https://github.com/lnbits/nostrrelay | ||
* FastAPI (toolkit used by Nostr Relay) | * FastAPI (web app toolkit used by Nostr Relay) | ||
** | ** Broadly similar to Flask - web app toolkit | ||
** Built for production speed (typechecking in Rust, Starlette asynchronous gateway interface (ASGI)) | ** Built for production speed (typechecking in Rust, Starlette asynchronous gateway interface (ASGI)) | ||
** https://en.wikipedia.org/wiki/FastAPI | ** https://en.wikipedia.org/wiki/FastAPI | ||
** https://fastapi.tiangolo.com/ | ** https://fastapi.tiangolo.com/ |
Revision as of 18:30, 3 October 2023
Links
- Nostr Relay
- FastAPI (web app toolkit used by Nostr Relay)
- Broadly similar to Flask - web app toolkit
- Built for production speed (typechecking in Rust, Starlette asynchronous gateway interface (ASGI))
- https://en.wikipedia.org/wiki/FastAPI
- https://fastapi.tiangolo.com/