NostrRelay: Difference between revisions

From Traxel Wiki
Jump to navigation Jump to search
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)
** Similar to Flask - app server toolkit
** 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