nestjs-worker-thread-example. This project illustrates how to use node.js worker thread in a NestJS app and have access to dependency injection.
34nestjs-auth-refresh-token-example. This is an example of how to implement refresh tokens in NestJS. This project is based on the article "How to Implement Refresh Tokens with Token Rotation in NestJS".
24nestjs-scalable-chat-app-example. This is an example of how to create a scalable chat application using NestJS, designed to handle millions of users. This project is based on the article "How to Scale a Chat App to Millions of Users in NestJS".
9react-auth-refresh-token-example. This is an example of how to integrate refresh tokens in React. This project is based on the article "How to Integrate Refresh Tokens in React".
5nestjs-big-file-download. This is an example of how to create and download files of virtually unlimited size using NestJS. This project is based on the article "How to Create and Download Files of Unlimited Size in Node.js/NestJS".
3simple-abstract-ui-data-adapter. This is a simple abstract ui data adapter that will help you separate api data from ui data.
1