Skip to content
Frederic Charette edited this page Jan 17, 2019 · 4 revisions

What is Kalm ?

Kalm is a socket multiplexed router, congestion control framework that works in the browser and in Node.

It is highly flexible and extensible. Transports and Routines can be hot-swapped and custom built.

Why ?

Kalm aims at making high-scale realtime applications, like online games, more manageable and less expensive.

With transport specificities abstracted, developers can focus their time on building their app, and not on network intricacies.

With congestion control through a high-level Nagle implementation we can reduce bandwidth and hardware requirements tenfold for typical network flows.

Clone this wiki locally