nest-react-websockets
Real-time chat application with NestJS websockets and a React frontend. (by ahoward2)
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀 (by nestjs)
nest-react-websockets | Nest | |
---|---|---|
1 | 374 | |
34 | 72,511 | |
- | 0.6% | |
10.0 | 10.0 | |
over 2 years ago | 2 days ago | |
TypeScript | TypeScript | |
- | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
nest-react-websockets
Posts with mentions or reviews of nest-react-websockets.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-08.
-
Nest JS Websockets - Rooms
Download the repository at this commit to follow along.
Nest
Posts with mentions or reviews of Nest.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-12.
-
From TypeScript to SQL: Automatically Granting DB Permissions Without Losing Your Mind
At IVAO, we partially follow micro-services best practices. This means each business group (e.g., Flight tracking, Flight planning, Air Traffic controlling, Training) has its own NestJS API and ReactJS frontend. But we took a shortcut on the DB side, as we have quite some references across systems, especially for user IDs, airports, etc... We decided to have a single MariaDB instance while having a dedicated logical database for each API, so we still have a separation of concerns but we can guarantee data integrity with foreign keys across those databases.
-
Testing while developing TWD - NestJS example
NestJS includes Jest out of the box for testing. Some people prefer changing it to Vitest, but honestly, Jest is more than good enough for now. Don’t waste time switching tools if they’re not the bottleneck.
-
NestJS Multi-tenancy API Key Authorization
NestJS as backend framework
-
Backend Testing At Super Payments
start the app (we use NestJS with fastify)
-
How to Build a Fullstack AI Agent with LangGraphJS and NestJS (Using Agent Initializr)
Coming from a background in large-scale Java systems with Spring Boot, I’ve learned to appreciate the value of a well-structured framework. NestJS brings that same level of organization and scalability to the TypeScript ecosystem, something often undervalued when choosing a backend framework.
- CC-my-Jira: Agentic JIRA Ticketing via Postmark
-
Awesome Next.js API Routes with next-api-decorators
Often, developers opt for a framework when building out APIs, as they offer alternative means of representing resources, and many tools and utilities designed to make this process easier. One such example is NestJS (Not to be confused with Next.js!). This is a batteries-included, powerful "framework for building efficient, scalable Node.js server-side applications". Heavily inspired by Angular, this framework allows developers to use abstractions to represent API routes, including reusable services, controllers, modules and more.
-
Scalable REST API Architecture with NestJS, Prisma, Swagger, & Docker: How To.
NestJS is a progressive Node.js framework inspired by Angular's architecture. It uses TypeScript and follows object-oriented programming principles, making it ideal for building scalable server-side applications. Its modular structure encourages the separation of concerns, leading to more maintainable code. (Check out Nest)
-
Next.js vs Nest.js: Understanding the Difference
Read more about Next.js here and Nest.js here.
-
NestJS: The Modern Node.js Framework
NestJS GitHub Repository
What are some alternatives?
When comparing nest-react-websockets and Nest you can also consider the following projects:
sudoku - Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
Moleculer - :rocket: Progressive microservices framework for Node.js
Socket.io - Realtime application framework (Node.JS server)
Koa - Expressive middleware for node.js using ES2017 async functions
React - The library for web and native user interfaces.
feathers - The API and real-time application framework