CM4all / libwas

The Web Application Socket (WAS) protocol and reference implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Web Application Socket Protocol

Author: Max Kellermann <mk@cm4all.com>

Web Application Socket is a protocol between a web server and an application generating dynamic content. Unlike other protocols such as (Fast)CGI and AJPv13, it is optimized for fast zero-copy operation.

This repository contains the protocol definition and a reference implementation written in C.

Documentation

About

The Web Application Socket (WAS) protocol and reference implementation

License:BSD 2-Clause "Simplified" License


Languages

Language:C++ 59.0%Language:C 35.6%Language:Meson 5.2%Language:Makefile 0.1%Language:Shell 0.1%