On Sat, May 15, 2021 at 5:16 AM Viktor Ransmayr <[email protected]> wrote:
After reading the source a bit, it became clear to me, that it's not > intended to offer an HTTP(s) [1] interface, but its providing a WS(S) [2] > interface. > > If I understand it correctly, this is at a much lower / generic level. > I'm not sure how to characterize this server, except that it is the simplest web interface. The ws_handler function uses Python's new (Python 3.4) asyncio module to do all the web-related stuff. Everything else supports Leo-related requests. Imo, this architecture is perfect for the job. It is due entirely to Félix. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/CAMF8tS3b8R6ae4oimcu6Ox8Oi43N0cjcaEr096b6%2BuggJrZX6w%40mail.gmail.com.
