Krmx API
Introduction

Krmx API

Krmx provides an implementations of its client and server protocol, both written in TypeScript. The server implementation can be used in a NodeJS backend and the client implementation can be used in a React frontend.

If you're looking for the SDK reference, you can use the TypeScript SDK reference generated from the Krmx source code.

If you decide to build your own Krmx implementation of a server or client in a different language or framework, then feel free to add that implementation by opening a pull request (opens in a new tab).

NodeJS Server API

The Krmx server implementation is a NodeJS backend server and is written in TypeScript. You can use the API documentation, TypeScript SDK reference, or source code (opens in a new tab) to learn more about the Server API.

If you need help setting up a project with Krmx, then please following the instructions at Getting Started.

React Client API

The Krmx client implementation is a React context provider with a React provider and is written in TypeScript. You can use the API documentation, TypeScript SDK reference, or source code (opens in a new tab) to learn more about the Server API.

If you need help setting up a project with Krmx, then please following the instructions at Getting Started.