Add KaibanJS (#943)

Checklist:

- [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md).
- [x] I've added the new resource at the end of its section.
- [x] This resource is out there for a while, and actively maintained.
- [x] This resource is popular enough and has at least a few hundred stars on GitHub.
This commit is contained in:
Anthony Alex 2025-09-01 11:08:32 -04:00 committed by GitHub
parent f2f608d2c3
commit 80acdd2c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
* [SDK](#sdk)
* [ORM](#orm)
* [WebSockets](#websockets)
* [Generative AI](#generative-ai)
* [Misc](#misc)
* [Worth Reading](#worth-reading)
* [Other Awesome Lists](#other-awesome-lists)
@ -1045,6 +1046,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
* [Socket.io](https://github.com/socketio/socket.io) The most widely used WebSocket library for real-time applications. Supports auto-reconnection, rooms, and fallbacks (e.g., polling).
* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js.
## Generative AI
* [KaibanJS](https://github.com/kaiban-ai/KaibanJS) - KaibanJS is an open-source framework browser-compatibility of orchestration of multi-agent ai systems using a Kanban-inspired architecture.
## Misc
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.