FONQRI / stem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArioServer

A webServer application based on H2O

Getting Started

After installing dependencies you can run project and see output in localhost:7890

Prerequisites

What things you need to install the software and how to install them

Building

cmake -Bbuild -H. && cd build && make -j9

Or open with qtcreator and click run button.

Installing

Not compeleted yet.

Running the tests

After running see http://localhost:7890/

Deployment

If you need to develope this project you need to add a function like below :

int home_service_handler(h2o_handler_t *self, h2o_req_t *req)

And register it with a path like below:

register_handler(hostconf, "/", ario::home_service_handler);

And you need to work on this handler function.

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Bhenam Sabbaghi - Initial work - FONQRI

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

License:MIT License


Languages

Language:HTML 41.8%Language:CSS 29.3%Language:C++ 26.1%Language:JavaScript 1.6%Language:CMake 0.8%Language:PHP 0.3%Language:C 0.0%