How to Power a Real-Time Online Multiplayer Game Using Redis

preview_player
Показать описание

Topscorio powers your game with real-time multiplayer and live high-scores. As a game developer, it allows you to create a new game, upload the game logic and implement a multiplayer game in a simpler way.

The frontend connects to the backend through a websocket. The frontend sends requests to the backend, requesting subscriptions on channels, and executing commands. The backend broadcasts channels to all connected clients, and sends messages with updates as responses to client commands.

Technology Stack:
- TypeScript
- JavaScript

Redis Modules used:
- RedisJSON
- Redis Pub/Sub

--
Links:

Рекомендации по теме
Комментарии
Автор

Please explain bit more how it is possible 🤠

azizutkuozdemir