Giter Club home page Giter Club logo

lithium's Introduction

The Lithium C++ Libraries Travis Donate

========================

Lithium's goal is to ease the development of C++ high performance HTTP APIs. As much effort is put into simplifying it's use as in optimizing its performances. According to the TechEmpower benchmark, it is one of the fastest web framework available.

It is a set of independent header only C++ libraries, each one of them can be used independently. Each library solves one problem and can be used separately.

A zero-cost compile time key/value map.

A JSON serializer/deserializer designed for ease of use and performances.

A set of tools to interact with SQL databases.

A http_client built around the libcurl library.

A library that eases the writing of web HTTP APIs.

The root of the lithium project. Used by all other libraries. You probably will not use this library directly but you can check the code if you want to know what is inside the s:: namespace.

Installation / Supported compilers

You can either use the single header version of the libraries (does not provide the li_symbol_generator utility): https://github.com/matt-42/lithium/tree/master/single_headers

Or install the lithium project:

git clone https://github.com/matt-42/lithium.git
cd lithium;
mkdir build; cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=_your_prefix_; make -j4 install;

Supported compilers:

- Linux: G++ 9.2, Clang++ 9.0
- Macos: Clang 11 (everything except http_backend that relies on epoll)
- Not supported anymore: Windows: MSVC 19

Support the project

If you find this project helpful, buy me a coffee! https://www.paypal.me/matthieugarrigues

lithium's People

Contributors

matt-42 avatar c-cesar avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.