Giter VIP home page Giter VIP logo

open-jerry's Introduction

jerry

Jerry is a free reference HTTP application server for C++ like Apache Tomcat for JAVA. Is is based on the ESL framework. It also needs TinyXML2 to load the server configuration file (e.g. server.xml).

There is just the ESL framework needed to build this code without any other ESL bindings. ESL bindings will be configured in the server configuration file with "<library file="..." module="esl">" and loaded as dynamic library. So, you can change your binding, for example the HTTP server implementation just by modifing the file server.xml. Bindings are needed for "esl-http-server" and "esl-system". So you can use mhd4esl and zsystem4esl. Usefull, but not necessary bindings are "esl-logging" and "esl-stacktrace". "logbook4esl" and "boostst4esl" provide implementations for "esl-logging" and "esl-stacktrace" for example.

You can easily write your own request handler with the MIT licensed ESL framework, compile it as dynamic library (shared object on Linux or DLL on Windows). Again, for writing this library you only need the ESL framework. There is no other depency needed as well. Of course you can use your own request handler directly and run it without Jerry if you make your own easy server code with ESL. But if you want to use a real application server for it, jerry would be a good choise.

open-jerry's People

Contributors

slukasde avatar

Watchers

 avatar  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.