mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-29 06:48:02 -08:00
Compare commits
7 Commits
0290f1ca8e
...
7b5e79e7c2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7b5e79e7c2 | ||
|
|
452991fe63 | ||
|
|
1599ab9871 | ||
|
|
0ab8a162c1 | ||
|
|
896cc64a54 | ||
|
|
7383b89adf | ||
|
|
31ded05760 |
23
readme.md
23
readme.md
@@ -75,6 +75,22 @@
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
<a href="https://logto.io/?ref=sindre">
|
||||||
|
<div>
|
||||||
|
<picture>
|
||||||
|
<source width="200" media="(prefers-color-scheme: dark)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-dark.svg?x">
|
||||||
|
<source width="200" media="(prefers-color-scheme: light)" srcset="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x">
|
||||||
|
<img width="200" src="https://sindresorhus.com/assets/thanks/logto-logo-light.svg?x" alt="Logto logo">
|
||||||
|
</picture>
|
||||||
|
</div>
|
||||||
|
<b>The better identity infrastructure for developers</b>
|
||||||
|
<div>
|
||||||
|
<sup>Logto is an open-source Auth0 alternative designed for every app.</sup>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
|
<br>
|
||||||
</p>
|
</p>
|
||||||
<hr>
|
<hr>
|
||||||
<br>
|
<br>
|
||||||
@@ -392,7 +408,8 @@
|
|||||||
- [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework.
|
- [Tinyhttp](https://github.com/tinyhttp/tinyhttp) - Modern and fast Express-like web framework.
|
||||||
- [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS.
|
- [Marble.js](https://github.com/marblejs/marble) - Functional reactive framework for building server-side apps, based on TypeScript and RxJS.
|
||||||
- [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers.
|
- [Lad](https://github.com/ladjs/lad) - Framework made by a former Express TC and Koa member that bundles web, API, job, and proxy servers.
|
||||||
- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
|
- [Ts.ED](https://github.com/tsedio/tsed) - Intituive TypeScript framework for building server-side apps on top of Express.js or Koa.js.
|
||||||
|
- [Hono](https://github.com/honojs/hono) - Small and fast web framework.
|
||||||
|
|
||||||
### Documentation
|
### Documentation
|
||||||
|
|
||||||
@@ -614,6 +631,8 @@
|
|||||||
- [TypeORM](https://github.com/typeorm/typeorm) - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.
|
- [TypeORM](https://github.com/typeorm/typeorm) - ORM for PostgreSQL, MariaDB, MySQL, SQLite, and more.
|
||||||
- [MikroORM](https://github.com/mikro-orm/mikro-orm) - TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, PostgreSQL, MySQL and SQLite.
|
- [MikroORM](https://github.com/mikro-orm/mikro-orm) - TypeScript ORM based on Data Mapper, Unit of Work and Identity Map patterns. Supports MongoDB, PostgreSQL, MySQL and SQLite.
|
||||||
- [Prisma](https://github.com/prisma/prisma) - Modern database access (ORM alternative). Auto-generated and type-safe query builder in TypeScript. Supports PostgreSQL, MySQL & SQLite.
|
- [Prisma](https://github.com/prisma/prisma) - Modern database access (ORM alternative). Auto-generated and type-safe query builder in TypeScript. Supports PostgreSQL, MySQL & SQLite.
|
||||||
|
- Compile-time checked queries
|
||||||
|
- [sqlx-ts](https://github.com/JasonShin/sqlx-ts) - CLI tool featuring compile-time checked queries without a DSL and generates types against SQLs to keep your code type-safe.
|
||||||
- Query builder
|
- Query builder
|
||||||
- [Knex](https://github.com/knex/knex) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
|
- [Knex](https://github.com/knex/knex) - Query builder for PostgreSQL, MySQL and SQLite3, designed to be flexible, portable, and fun to use.
|
||||||
- Other
|
- Other
|
||||||
@@ -834,7 +853,7 @@
|
|||||||
- [npm](https://docs.npmjs.com/about-npm) - The default package manager.
|
- [npm](https://docs.npmjs.com/about-npm) - The default package manager.
|
||||||
- [pnpm](https://pnpm.io) - Disk space efficient package manager.
|
- [pnpm](https://pnpm.io) - Disk space efficient package manager.
|
||||||
- [yarn](https://yarnpkg.com) - Alternative package manager.
|
- [yarn](https://yarnpkg.com) - Alternative package manager.
|
||||||
- [bun](https://bun.sh) - All-in-one toolkit for JavaScript and TypeScript apps.
|
- [bun](https://bun.sh) - All-in-one toolkit for JavaScript and TypeScript apps.
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user