Skip to content

Commit 5fe2379

Browse files
authored
Add Websockets section and initialize it with Socket.io (#918)
1 parent 451932a commit 5fe2379

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
7676
* [Full Text Search](#full-text-search)
7777
* [SDK](#sdk)
7878
* [ORM](#orm)
79+
* [WebSockets](#websockets)
7980
* [Misc](#misc)
8081
* [Worth Reading](#worth-reading)
8182
* [Other Awesome Lists](#other-awesome-lists)
@@ -1035,6 +1036,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
10351036
* [Knex](https://github.com/knex/knex) A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.
10361037
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
10371038

1039+
## WebSockets
1040+
1041+
* [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).
1042+
10381043
## Misc
10391044

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

0 commit comments

Comments
 (0)