Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mihailgaberov/redis-pubsub-visualized
A demo app to show visually Redis Pub/Sub pattern in action.
https://github.com/mihailgaberov/redis-pubsub-visualized
graphql react redis typescript
Last synced: 3 days ago
JSON representation
A demo app to show visually Redis Pub/Sub pattern in action.
- Host: GitHub
- URL: https://github.com/mihailgaberov/redis-pubsub-visualized
- Owner: mihailgaberov
- License: mit
- Created: 2022-08-29T13:53:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T12:18:56.000Z (11 months ago)
- Last Synced: 2024-04-15T00:02:18.568Z (7 months ago)
- Topics: graphql, react, redis, typescript
- Language: JavaScript
- Homepage: https://client-zg3n.onrender.com/
- Size: 1.27 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Redis Pub/Sub Visualizer
### Description
A small demo app to show visually Redis Pub/Sub pattern in action
### Screenshot
![Redis Pub/Sub Visualizer](https://github.com/mihailgaberov/redis-pub-sub-visualized/blob/main/screenshots/redis-pub-sub-visualizer.png)
### Tech Stack
Client
- React with TypeScript
- SASSServer
- TypeScript
- ApolloServerAPI
- GraphQL
- ApolloClient (GraphQL client)Storage, Publisher/Subscriber platform
- Redis
- ioredis (Redis client for Node.js)