CWebFirmware is a CLI to be used in conjunction with CWebStudio, designed to make updates to the server generating 0 downtime, where instead of running an executable directly, you import a dynamic library, which allows you to install the .so/.dll on the server without disabling the server that is running.
| Item | Description |
|---|---|
| CWebStudioFirmware.c | Amalgamation |
| CWebStudioFirmware.zip | Zip Folder |
- Linux:
gcc CWebStudioFirmware.c -o CWebStudioFirmware- mingw:
i686-w64-mingw32-gcc CWebStudioFirmware.c -o CWebStudioFirmware.exe -lws2_32| Item | Description |
|---|---|
| building.md | Instructions for building the project. |
| developing_dynamic_bins.md | Guide for developing dynamic library bins compatible with the server. |
| cli_usage.md | Command line usage and configuration options. |
| routes.md | Overview of available routes and their functionalities. |
| dependencies.md | Dependencies and licenses. |
