🌟Introduction

Real-time restock data with Flow: Lightning-fast, reliable WebSocket client for developers, analysts, and trendsetters. Streamlined setup, real-time updates.

API Keys

Users can obtain their API keys by accessing their dashboard.

Connection

Below, you will find an example on how to create a WebSocket connection:

import WebSocket from 'ws';

const ws = new WebSocket('wss://ws.flow.simplemonitors.com/ws', {
    perMessageDeflate: false
});

Last updated