Skip to content

Commit 13e9593

Browse files
authored
Merge branch 'sorrycc:master' into add-yup-to-type-checkers
2 parents 7725382 + 7752448 commit 13e9593

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
7777
* [SDK](#sdk)
7878
* [ORM](#orm)
7979
* [WebSockets](#websockets)
80+
* [Generative AI](#generative-ai)
8081
* [Misc](#misc)
8182
* [Worth Reading](#worth-reading)
8283
* [Other Awesome Lists](#other-awesome-lists)
@@ -98,6 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
9899
* [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless.
99100
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
100101
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
102+
* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit.
101103

102104
## Component Management
103105

@@ -1046,6 +1048,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10461048
* [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).
10471049
* [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js.
10481050

1051+
## Generative AI
1052+
1053+
* [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.
1054+
10491055
## Misc
10501056

10511057
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.

0 commit comments

Comments
 (0)