Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.66 KB

BASE.md

File metadata and controls

49 lines (31 loc) · 1.66 KB

IWNET

NOTE: Issues tracker is disabled. You are welcome to contribute, pull requests accepted.

Pure C asynchronous HTTP framework providing websockets client/server, SSL, reverse proxy and routing.

Works on Linux, macOS, FreeBSD

Build from sources

Prerequisites

  • Linux, macOS or FreeBSD
  • CMake 3.12 or greater
  • gcc or clang compiler
  • GNU Make or Ninja

Building

git clone https://github.com/Softmotions/iwnet.git

mkdir -p ./iwnet/build && cd ./iwnet/build

cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_EXAMPLES=ON

make 

IWSTART

IWSTART is an automatic CMake initial project generator for C projects based on iowow / iwnet / ejdb2 libs.

https://github.com/Softmotions/iwstart

Used by