Works with Backend.
Note
Develop in progress
Warning
Application is NOT event Alpha. Also it can CRUSH if usesr pass image with wrong format. All server configuration is HardCoded. Only precompiled version of mongo-c-driver is sutable.
Tip
In current state it should be used only as example for your own improvments
native:
$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
$ cmake --build .
$ .\light-backend
Docker:
** in future updates**
Docker-compose:
** in future updates**
Tech stack:
- ncnn as web-framework
- mongo-c-driver for communication with workers
- AMQP-CPP for communication with MongoDb