mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Compare commits
6 Commits
bda93306cd
...
c6bc01d27b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c6bc01d27b | ||
|
|
9f3d32b56a | ||
|
|
b347d5599c | ||
|
|
9c0ba38107 | ||
|
|
7d68235698 | ||
|
|
21a03fc3e2 |
17
README.md
17
README.md
@@ -75,6 +75,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Generators](#generators)
|
* [Generators](#generators)
|
||||||
* [Full Text Search](#full-text-search)
|
* [Full Text Search](#full-text-search)
|
||||||
* [SDK](#sdk)
|
* [SDK](#sdk)
|
||||||
|
* [ORM](#orm)
|
||||||
* [Misc](#misc)
|
* [Misc](#misc)
|
||||||
* [Worth Reading](#worth-reading)
|
* [Worth Reading](#worth-reading)
|
||||||
* [Other Awesome Lists](#other-awesome-lists)
|
* [Other Awesome Lists](#other-awesome-lists)
|
||||||
@@ -143,6 +144,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Hegel](https://hegel.js.org/) - A static type checker for JavaScript with a bias on type inference an strong type system.
|
* [Hegel](https://hegel.js.org/) - A static type checker for JavaScript with a bias on type inference an strong type system.
|
||||||
* [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.
|
||||||
|
|
||||||
## Testing Frameworks
|
## Testing Frameworks
|
||||||
|
|
||||||
@@ -169,6 +171,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript.
|
* [Sinon.JS](https://github.com/sinonjs/sinon) - Test spies, stubs, and mocks for JavaScript.
|
||||||
* [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
|
||||||
|
|
||||||
### Coverage
|
### Coverage
|
||||||
|
|
||||||
@@ -279,7 +282,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/
|
|||||||
* [doT](https://github.com/olado/doT) - The fastest + concise JavaScript template engine for nodejs and browsers.
|
* [doT](https://github.com/olado/doT) - The fastest + concise JavaScript template engine for nodejs and browsers.
|
||||||
* [dustjs](https://github.com/linkedin/dustjs/) - Asynchronous templates for the browser and node.js.
|
* [dustjs](https://github.com/linkedin/dustjs/) - Asynchronous templates for the browser and node.js.
|
||||||
* [eco](https://github.com/sstephenson/eco/) - Embedded CoffeeScript templates.
|
* [eco](https://github.com/sstephenson/eco/) - Embedded CoffeeScript templates.
|
||||||
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
|
* [JavaScript-Templates](https://github.com/blueimp/JavaScript-Templates) - (Archived) < 1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies.
|
||||||
* [t.js](https://github.com/jasonmoo/t.js) - A tiny JavaScript templating framework in ~400 bytes gzipped.
|
* [t.js](https://github.com/jasonmoo/t.js) - A tiny JavaScript templating framework in ~400 bytes gzipped.
|
||||||
* [Pug](https://github.com/pugjs/pug) - Robust, elegant, feature rich template engine for nodejs. (formerly known as Jade)
|
* [Pug](https://github.com/pugjs/pug) - Robust, elegant, feature rich template engine for nodejs. (formerly known as Jade)
|
||||||
* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating.
|
* [EJS](https://github.com/mde/ejs) - Effective JavaScript templating.
|
||||||
@@ -1006,6 +1009,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [Docusaurus](https://github.com/facebook/docusaurus) - React-based static site generator by Facebook, ideal for content-centric websites.
|
* [Docusaurus](https://github.com/facebook/docusaurus) - React-based static site generator by Facebook, ideal for content-centric websites.
|
||||||
* [Next.js](https://github.com/vercel/next.js) - React powered static site generator, and they say "All the tools you need to make the Web. Faster.".
|
* [Next.js](https://github.com/vercel/next.js) - React powered static site generator, and they say "All the tools you need to make the Web. Faster.".
|
||||||
* [Lume](https://github.com/lumeland/lume) - Static site generator for Deno.
|
* [Lume](https://github.com/lumeland/lume) - Static site generator for Deno.
|
||||||
|
* [Astro](https://github.com/withastro/astro) - The web framework for content-driven websites.
|
||||||
|
|
||||||
## SDK
|
## SDK
|
||||||
|
|
||||||
@@ -1019,6 +1023,17 @@ There're also some great commercial libraries, like [amchart](https://www.amchar
|
|||||||
* [flexsearch](https://github.com/nextapps-de/flexsearch) - It is a Next-Generation full text search library for Browser and Node.js.
|
* [flexsearch](https://github.com/nextapps-de/flexsearch) - It is a Next-Generation full text search library for Browser and Node.js.
|
||||||
* [Elasticlunr](https://github.com/weixsong/elasticlunr.js) - This library is based on lunr.js, but more flexible and customized.
|
* [Elasticlunr](https://github.com/weixsong/elasticlunr.js) - This library is based on lunr.js, but more flexible and customized.
|
||||||
|
|
||||||
|
## ORM
|
||||||
|
|
||||||
|
* [Prisma](https://github.com/prisma/prisma) Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB.
|
||||||
|
* [Sequelize](https://github.com/sequelize/sequelize) Feature-rich ORM for modern Node.js and TypeScript | PostgreSQL, MySQL, MariaDB, SQLite, MS SQL Server, Snowflake, Oracle DB...
|
||||||
|
* [Mongoose](https://github.com/Automattic/mongoose) MongoDB object modeling designed to work in an asynchronous environment.
|
||||||
|
* [TypeORM](https://github.com/typeorm/typeorm) ORM for TypeScript and JavaScript, Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
|
||||||
|
* [Drizzle ORM](https://github.com/drizzle-team/drizzle-orm) Headless TypeScript ORM with a head. Runs on Node, Bun and Deno.
|
||||||
|
* [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.
|
||||||
|
* [MikroORM](https://github.com/mikro-orm/mikro-orm) TypeScript ORM for Node.js based on Data Mapper, Unit of Work and Identity Map patterns.
|
||||||
|
|
||||||
## 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