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
- Host: GitHub
- URL: https://github.com/bylissss/garson
- Owner: Bylissss
- License: mit
- Created: 2025-02-01T21:35:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-01T21:40:08.000Z (over 1 year ago)
- Last Synced: 2025-02-01T22:27:00.532Z (over 1 year ago)
- Topics: c, premake5, web, web-server
- Language: C
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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