mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-23 19:58:01 -08:00
Compare commits
11 Commits
badges
...
7cba816ecc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7cba816ecc | ||
|
|
0c71e0d02d | ||
|
|
856eebfe19 | ||
|
|
53213600d9 | ||
|
|
f91dfe22de | ||
|
|
bffe5ad30d | ||
|
|
eb33d33bc5 | ||
|
|
1404f11ac1 | ||
|
|
7752448167 | ||
|
|
80acdd2c62 | ||
|
|
f2f608d2c3 |
16
README.md
16
README.md
@@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [SDK](#sdk)
|
* [SDK](#sdk)
|
||||||
* [ORM](#orm)
|
* [ORM](#orm)
|
||||||
* [WebSockets](#websockets)
|
* [WebSockets](#websockets)
|
||||||
|
* [Generative AI](#generative-ai)
|
||||||
* [Misc](#misc)
|
* [Misc](#misc)
|
||||||
* [Worth Reading](#worth-reading)
|
* [Worth Reading](#worth-reading)
|
||||||
* [Other Awesome Lists](#other-awesome-lists)
|
* [Other Awesome Lists](#other-awesome-lists)
|
||||||
@@ -98,6 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [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.
|
* [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.
|
||||||
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
|
* [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management.
|
||||||
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
|
* [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager.
|
||||||
|
* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit.
|
||||||
|
|
||||||
## Component Management
|
## Component Management
|
||||||
|
|
||||||
@@ -147,6 +149,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference.
|
* [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference.
|
||||||
* [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures.
|
* [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures.
|
||||||
* [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with built-in static type inference.
|
* [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with built-in static type inference.
|
||||||
|
* [Yup](https://github.com/jquense/yup) - JavaScript schema builder and validator.
|
||||||
|
|
||||||
## Testing Frameworks
|
## Testing Frameworks
|
||||||
|
|
||||||
@@ -164,6 +167,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [ava](https://github.com/avajs/ava) - 🚀 Futuristic JavaScript test runner
|
* [ava](https://github.com/avajs/ava) - 🚀 Futuristic JavaScript test runner
|
||||||
* [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond.
|
* [Cypress](https://www.cypress.io/) - Complete end-to-end testing framework for anything that runs in a browser and beyond.
|
||||||
* [WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js
|
* [WebdriverI/O](https://webdriver.io/) - Next-gen browser and mobile automation test framework for Node.js
|
||||||
|
* [Suites](https://suites.dev) - A unit-testing framework for backends working with inversion of control and dependency injection
|
||||||
|
|
||||||
### Assertion
|
### Assertion
|
||||||
|
|
||||||
@@ -174,6 +178,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
|
* [expect.js](https://github.com/Automattic/expect.js) - Minimalistic BDD-style assertions for Node.JS and the browser.
|
||||||
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
|
* [proxyquire](https://github.com/thlorenz/proxyquire) - Stub nodejs's require.
|
||||||
* [Supertest](https://github.com/visionmedia/supertest) - A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
|
* [Supertest](https://github.com/visionmedia/supertest) - A popular HTTP assertion library for testing REST APIs, often used with other testing frameworks like Mocha or Jest
|
||||||
|
* [Pocket Mocker](https://github.com/tianchangNorth/pocket-mocker) - In-browser visual network mocking tool, supports fetch/XHR interception.
|
||||||
|
|
||||||
### Coverage
|
### Coverage
|
||||||
|
|
||||||
@@ -358,6 +363,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques
|
* [cola.js](https://ialab.it.monash.edu/webcola/) - library for arranging your HTML5 documents and diagrams using constraint-based optimization techniques
|
||||||
* [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools.
|
* [jointjs](https://github.com/clientIO/joint) - Diagramming library to create static diagrams or fully interactive diagramming tools.
|
||||||
* [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories.
|
* [vizzu](https://github.com/vizzuhq/vizzu-lib) - Library for animated data visualizations and data stories.
|
||||||
|
* [G6](https://github.com/antvis/g6) - A graph visualization engine.
|
||||||
|
|
||||||
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/).
|
There're also some great commercial libraries, like [amchart](https://www.amcharts.com/), [anychart](https://www.anychart.com/), [plotly](https://plotly.com/), and [lightning chart](https://www.arction.com/lightningchart-js/).
|
||||||
|
|
||||||
@@ -453,6 +459,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management.
|
* [MobX](https://github.com/mobxjs/mobx) - TFRP library for simple, scalable state management.
|
||||||
* [Cycle.js](https://cycle.js.org) - A functional and reactive JavaScript library for cleaner code.
|
* [Cycle.js](https://cycle.js.org) - A functional and reactive JavaScript library for cleaner code.
|
||||||
* [concent](https://github.com/concentjs/concent) - Definitely the ❤️ simplest but ⚡️ strongest state management for react, it is predictable、progressive and efficient.
|
* [concent](https://github.com/concentjs/concent) - Definitely the ❤️ simplest but ⚡️ strongest state management for react, it is predictable、progressive and efficient.
|
||||||
|
* [stunk](https://github.com/I-am-abdulazeez/stunk) A framework-agnostic state management library that keeps your app’s state clean and simple. It uses a fine-grained state model, breaking state into independent, manageable chunks.
|
||||||
|
|
||||||
## Data Structure
|
## Data Structure
|
||||||
*Data structure libraries to build a more sophisticated application.*
|
*Data structure libraries to build a more sophisticated application.*
|
||||||
@@ -582,6 +589,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist.
|
* [js-xss](https://github.com/leizongmin/js-xss) - Sanitize untrusted HTML (to prevent XSS) with a configuration specified by a Whitelist.
|
||||||
* [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo.
|
* [xss-filters](https://github.com/yahoo/xss-filters) - Secure XSS Filters by Yahoo.
|
||||||
* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API.
|
* [sanitize-html](https://github.com/apostrophecms/sanitize-html) - sanitize-html provides a simple HTML sanitizer with a clear API.
|
||||||
|
* [pompelmi](https://github.com/pompelmi/pompelmi) - Fast file-upload malware scanning for Node.js.
|
||||||
|
|
||||||
## Log
|
## Log
|
||||||
|
|
||||||
@@ -672,6 +680,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
|
|
||||||
* [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter.
|
* [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter.
|
||||||
* [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting.
|
* [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting.
|
||||||
|
* [shiki](https://github.com/shikijs/shiki) - Code highlighter powered by VS Code TextMate grammars. Accurate, themeable, works in Node or browser, great for JS and TS.
|
||||||
|
|
||||||
## Loading Status
|
## Loading Status
|
||||||
*Libraries for indicate load status.*
|
*Libraries for indicate load status.*
|
||||||
@@ -1021,6 +1030,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [Spotify SDK](https://github.com/loverajoel/spotify-sdk) - Entity oriented SDK to work with the Spotify Web API.
|
* [Spotify SDK](https://github.com/loverajoel/spotify-sdk) - Entity oriented SDK to work with the Spotify Web API.
|
||||||
* [Square Node.js SDK](https://github.com/square/connect-nodejs-sdk/) - JavaScript client library for payments and other Square APIs.
|
* [Square Node.js SDK](https://github.com/square/connect-nodejs-sdk/) - JavaScript client library for payments and other Square APIs.
|
||||||
* [OpenAI SDK](https://github.com/openai/openai-node) - Official JavaScript / TypeScript library for the OpenAI API.
|
* [OpenAI SDK](https://github.com/openai/openai-node) - Official JavaScript / TypeScript library for the OpenAI API.
|
||||||
|
* [Stripe Node.js SDK](https://github.com/stripe/stripe-node) - Stripe Node.js SDK lets you integrate payments, subscriptions, and billing into your JavaScript/TypeScript apps.
|
||||||
|
|
||||||
## Full Text Search
|
## Full Text Search
|
||||||
|
|
||||||
@@ -1038,12 +1048,18 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
|
* [Kysely](https://github.com/kysely-org/kysely) A type-safe typescript SQL query builder.
|
||||||
* [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.
|
* [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.
|
||||||
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
|
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
|
||||||
|
* [Objection.js](https://github.com/Vincit/objection.js) A SQL-friendly ORM for Node.js built on top of Knex.js, with powerful relational support.
|
||||||
|
|
||||||
|
|
||||||
## WebSockets
|
## WebSockets
|
||||||
|
|
||||||
* [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).
|
* [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.
|
* [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
|
## Misc
|
||||||
|
|
||||||
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.
|
* [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes.
|
||||||
|
|||||||
Reference in New Issue
Block a user