Skip to content

Introduction

Undertow is a Fluid Framework–compatible collaborative document service implemented in .NET. One process serves two wire protocols and a REST surface from one port:

Surface Path Clients
Socket.IO /socket.io/ Official Fluid/Routerlicious drivers (Engine.IO v4 / Socket.IO v5)
Phoenix Channels V2 /socket/websocket levee-driver / levee-client
REST various Documents, deltas, token mint, git-like Historian storage

It is the .NET reimplementation of Floodgate, the Gleam server it was ported from, and is wire-compatible with the Levee Elixir server for the Phoenix protocol. Wire compatibility is not a slogan here — it is the governing constraint of the codebase, held in place by golden frame transcripts captured from the reference server and by conformance suites that run against a live Undertow process. See Conformance & fixtures.

Undertow ships as source. There is no package to install: clone the repository and build with the .NET SDK, or let Docker Compose build the container for you.