PYTHON 1C. МИКРОСЕРВИС НА FASTAPI

Hello 1C programmers, Ilya Nizamov here. There have been several questions recently about using 1C and Python. This can be done in various ways, but I find developing a microservice the most convenient. In this lesson, we'll use FastAPI; it's a fast web framework and perfectly suited for our needs. There was also a request to protect configuration and extensions. I'm against such protections, as someone who wants to hack them will be able to do so, and it will cause a lot of problems for legitimate customers. This problem can be solved by moving some of the logic to a microservice and hosting it in the cloud. Or you can compile the Python code after protecting it first. This lesson will be short. Like it if you found it helpful, subscribe to the channel and Telegram, and let's get started. Article on the website https://nizamov.school/python-1c-mikr...