The Mongoose C Networking Library. Compiled as a Shared Library
- Please use the Mongoose C Networking library Api documentation for reference.
- API Documentation can be found here--> https://mongoose.ws/documentation/#api-reference
git clone https://github.com/TheRootED24/libmongoose.git
cd mongoose
cmake .
make
sudo make install
gcc -o myprog myprog.c -lmongoose