Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 661 Bytes

File metadata and controls

32 lines (20 loc) · 661 Bytes

socketmesh

Topics: mern-packages · merndev · mobile · nodejs · npm-pm · observability · react · react-native · realtime · socket · socketmesh · typescript · websocket

React Native library.

Simplify scalable real-time communication infrastructure.

Features

  • socket clustering
  • room orchestration
  • reconnect handling
  • event replay
  • namespace isolation
  • scaling support

Example

import { socketmesh } from "@mr-aftab-ahmad-khan/socketmesh";

const orders = socketmesh.channel("orders");

Why it matters

WebSocket systems become extremely difficult to scale reliably.

License

MIT