You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,13 @@
23
23
24
24
## 🎯 Overview
25
25
26
-
This monorepo provides a complete set of tools to simplify the development of server and client applications using **NestJS**. It supports two popular protocols:
26
+
This monorepo provides a complete set of tools to simplify the development of server and client applications using **NestJS**. It includes support for two popular API protocols and a powerful access control system:
27
27
28
+
**API Protocols:**
28
29
-**[JSON:API](https://jsonapi.org/)** – Build RESTful APIs with standardized request/response formats
29
30
-**[JSON-RPC 2.0](https://www.jsonrpc.org/)** – Implement remote procedure calls using JSON
31
+
32
+
**Access Control:**
30
33
-**[CASL](https://casl.js.org/)** – Fine-grained access control with full integration for JSON:API resources
31
34
32
35
All packages are designed to work seamlessly with modern ORMs like **TypeORM** and **MikroORM**, and include built-in support for [PGlite](https://github.com/electric-sql/pglite) for local development.
0 commit comments