Skip to content

A strip down version on the Mongoose C Networking library, that provides just the mg_json, mg_str and mg_iobuf functionality

License

Notifications You must be signed in to change notification settings

TheRootED24/mgjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MGJSON

A stripped down vesion of the Mongoose C networking library. It aims to provides just the mg_json, mg_str and mg_iobuf functionality, without the overhead of all the networking functionality. Compiled size is araound 48kb.

  • Please see the Mongoose Documention for reference and usage

  • Api Reference -->

  •                mg_json --> https://mongoose.ws/documentation/#json
    
  •                mg_str --> https://mongoose.ws/documentation/#string
    
  •                mg_iobug --> https://mongoose.ws/documentation/#io-buffers
    
  • For the complete functionality of the Mongoose C Networking Library, compiled as a shared library please see

  • my libmongoose repository here --> https://github.com/TheRootED24/libmongoose.

  • The Complete Api refernce can be found here --> https://mongoose.ws/documentation/#api-reference.

    Build

    git clone https://github.com/TheRootED24/mgjson.git
    cd mgjson
    cmake .
    make
    

    Install

    sudo make install
    

About

A strip down version on the Mongoose C Networking library, that provides just the mg_json, mg_str and mg_iobuf functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published