An open API service indexing awesome lists of open source software.

https://github.com/bylissss/garson

Web server written in C for Linux and Windows
https://github.com/bylissss/garson

c premake5 web web-server

Last synced: about 1 year ago
JSON representation

Web server written in C for Linux and Windows

Awesome Lists containing this project

README

          

# Garson

Garson -means waiter in english- is a web server for Linux and Windows.

## Usage

## Building

### Requirements

- WSL2

### Steps

- Download the repo with `git clone --recurse-submodules -j8 "https://github.com/Bylissss/Garson.git"`.

Note: in versions older than 2.13 you need to change `--recurse-submodule` to `--recursive`

- Second run `Bootstrap.bat` on Windows or `Bootstrap.sh` on Linux from vendor/premake-core folder.

- Run `wsl make` on terminal.

## Running