Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.14 KB

File metadata and controls

34 lines (24 loc) · 1.14 KB

IWNET

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
  • gcc or clang compiler (clang is preferred since allows code blocks API provided by this project)
  • pkgconf or pkg-config

Build by Autark

./build.sh

Installation

./build.sh --prefix=$HOME/.local