NostrRelay: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Nostr = Links = * Nostr Relay ** https://github.com/lnbits/nostrrelay * FastAPI ** Similar to Flask - app server toolkit ** Built for production speed ** https://en.wikipedia.org/wiki/FastAPI ** https://fastapi.tiangolo.com/") |
(→Links) |
||
Line 5: | Line 5: | ||
* FastAPI | * FastAPI | ||
** Similar to Flask - app server toolkit | ** Similar to Flask - app server toolkit | ||
** Built for production speed | ** 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
- Similar to Flask - app server toolkit
- Built for production speed (typechecking in Rust, Starlette asynchronous gateway interface (ASGI))
- https://en.wikipedia.org/wiki/FastAPI
- https://fastapi.tiangolo.com/