SkillAgentSearch skills...

Jiber

Open Source API for Realtime Web Apps

Install / Use

/learn @jacob-grahn/Jiber

README

Jiber

Build Status

Jiber is an open source API for realtime web apps. It sets up peer-to-peer connections via webRTC, and backs that up with a more reliable client/server WebSocket connection.

  • Fast: Updates are sent peer to peer to minimize latency.
  • Light: jiber-client is 3kb, and has no dependencies.
  • Offline-First: User actions are applied optimistically until a connection becomes available.

Live Demos

Server Installation

npm i jiber-server

Client Installation

npm i jiber-client

Documentation

Examples

Examples can be found in /examples.

Contributing

See CONTRIBUTING.md

License

MIT

Related Skills

View on GitHub
GitHub Stars55
CategoryDevelopment
Updated1mo ago
Forks18

Languages

TypeScript

Security Score

100/100

Audited on Feb 13, 2026

No findings