Tag: WebSocket
7 items found
Projects
Project
Wordzop: Word Battle Game
Multiplayer word game with Firebase Realtime Database. 4 language support, room system, iOS/Android and Web Audio API sound effects.
Services
Service
Real-Time Features & WebSocket
Add live notifications, instant messaging, real-time dashboards and multi-user features with WebSocket and Socket.io infrastructure.
Glossary Terms
Glossary
GraphQL Subscription
A GraphQL Subscription is an operation type that streams server events to clients in real time while a connection stays open.
Glossary
WebSocket
WebSocket starts with an HTTP upgrade and provides persistent, bidirectional real-time messaging between client and server.
Glossary
WebSocket Server
A WebSocket server is the backend component that keeps persistent client connections and routes real-time messages.