/libwas

The Web Application Socket (WAS) protocol and reference implementation

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

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