nest-react-websockets
Real-time chat application with NestJS websockets and a React frontend. (by ahoward2)
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine. (by redis)
nest-react-websockets | Redis | |
---|---|---|
1 | 403 | |
34 | 70,651 | |
- | 1.2% | |
10.0 | 9.8 | |
over 2 years ago | 4 days ago | |
TypeScript | C | |
- | GNU General Public License v3.0 or later |
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.
Redis
Posts with mentions or reviews of Redis.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-08-29.
-
Postgres for everything? not really..and here are some of the problems.
Redis
-
Real-Time Sync Alternatives: Vaultrice vs. localStorage, DIY, Firebase, Pusher
This is the path of ultimate control. You spin up a Node.js server, add the socket.io library for WebSocket communication, and use a Redis instance to manage connection state and pub/sub messaging across multiple server instances.
-
Is Your Fraud Screening Process Ignoring Local Patterns?
Your Database: This is your system's memory. It can be a fast in-memory store like Redis for temporary data (perfect for velocity checks) or a persistent relational database like PostgreSQL for long-term data (like blacklists).
-
Beyond the Hype: Why We Chose Redis Streams Over Kafka for Our Microservices
This point relates to the previous one. Redis has several strategies for when it runs out of memory. You can remove the latest keys, random keys, etc. Intuitively, you might think that setting maxmemory to remove the oldest keys would remove the oldest messages and everything would be fine. However, that's not the case: https://github.com/redis/redis/issues/4543. The problem is that "key" is a keyword. In Redis streams, a stream references a key in terms of Redis. So, if you set this policy to LRU, LFU, or Random, and stream is like any other key, it can be removed entirely.
-
Redis vs. Memcached: How to Choose Your NoSQL Champion
Redis is also an in-memory system with exceptional performance. But unlike Memcached, Redis is known as a "data structure server." It doesn't just support simple key-value pairs; it offers a rich variety of complex data structures like Lists, Hashes, Sets, and Sorted Sets.
-
Deploy Dragonfly Replication
redis.io Github
-
Does it Make Sense to Run WordPress in Docker?
Caching, at a certain scale it makes sense to add caching to speed up requests, for example use Redis via the Redis Cache plugin
- PageMind, Real-Time Collaborative Web Summarization Powered by Redis 8's Lightning-Fast Cache
-
Join the Redis AI Challenge: $3,000 in Prizes!
We are so delighted to partner with Redis for a new DEV challenge!
-
NestJS Multi-tenancy API Key Authorization
Redis as caching layer
What are some alternatives?
When comparing nest-react-websockets and Redis you can also consider the following projects:
sudoku - Multiplayer concurrent sudoku. The winner is the player who fills the last cell correctly.
LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Socket.io - Realtime application framework (Node.JS server)
Apache HBase - Apache HBase
React - The library for web and native user interfaces.
Riak - Riak is a decentralized datastore from Basho Technologies.