NobleMajo / statefull

Statfull websocket node system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

statefull

Table of Contents

about

Statfull is a stateful websocket node server system behind a stateless http api. This enables high availability and fast scoped user-to-user communication.

high availability

The high availability is ensured by the scalable stateless api front and the almost endless expansion of websocket node servers.

fast communication

Fast user-to-user communication is made possible by controlling the user connection to specific websocket nodes.

also see

Statefull api project. Statefull client project.

WIP

An example project and description for the software components (node, api and client) and the protocol will come in the future.

About

Statfull websocket node system.

License:MIT License


Languages

Language:TypeScript 100.0%