Learn Krmx
Introduction

Introduction

When building applications with Krmx, it is important to understand the different components and key concepts. These and more are explained in this chapter.

Krmx

Krmx is a network protocol for realtime multi-user interactions. In other words: The Krmx protocol uses a server and multiple clients connected with websocket connections to facilitate multiple users to interact together in realtime.

The key responsibility of Krmx is to abstract away the complexity of individual websocket connections so that the application developer (you!) can focus on the interactive experience between the clients.

Topics

On which topic would you like to learn about Krmx?

If you're looking for the API documentation instead, then please take a look at the API level documentation or the TypeScript SDK reference.