Skip to content

What is Realtime Connection?

Skapi's realtime connection features include WebSocket data exchange, WebRTC, and notifications.

These technologies enable real-time chat, data transfer, and audio/video communication between users.

Realtime messaging lets you transfer JSON data between users through either WebSocket connections or WebRTC.

Skapi WebRTC provides peer-to-peer connections that can transfer large amounts of data quickly, making it suitable for use cases such as video chat.

The notification feature allows your web apps and PWAs to receive real-time notifications.