S
S
Sergey Grigorov2018-05-01 23:33:16
Python
Sergey Grigorov, 2018-05-01 23:33:16

How to create an in-memory loadable web application?

Hello.
I know, I tormented the community with questions, but that soldier is bad who does not dream of becoming a general. :)
Question:
Are there any manuals or lessons on web development in native Python web applications? No frameworks.
I found articles on web development in Python, but there are CGI scripts. Not that :(
I would like to try to write a web application that is loaded into memory and works all the time. :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2018-05-01
@Serjio-Grig

Read about developing wsgi scripts. If you want an even more low-level approach, then all that remains is to implement your own web server on sockets .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question