chomik 0.2.1
experimental and minimalistic programming language
|
My name is Pawel Biernacki.
I am a software engineer.
This site is my hobby project.
fancy_http_chomik is an extension of http_chomik built on top of the libraries:
It is using the bootstrap library (no need to download it).
It is providing the sandbox service:
http://www.perkun.org:5001
If you want to create something similar please take a look at the src4/fancy_http_chomik.cc as well as inc/fancy_http_chomik.h.
The simplest way to do it is to inherit the http_chomik::server class, override some virtual functions of it and build your project linking against the libchomik and libhttpchomik libraries.