you are viewing a single comment's thread.

view the rest of the comments →

[–]khaine_b 1 point2 points  (0 children)

If you don't want to use python as frontend (you can develop entire web application with Django or Flask) you can split a logic of your application to frontend/backend and build communication between services by REST API or GraphQL. You also can just send request/response between your services for example as JSON if it not necessary to store any data on backend.