Skip to content
@FinestCream-App

FinestCream

Socket.IO and WebSocket mock server

FinestCream

FinestCream is a no-code solution for creating Socket.IO and WebSocket mock servers. FinestCream simulates the behavior of a real server for testing client events.

  • Socket.IO and WebSocket Mock Server
  • Test Client Events
  • Public and Private Teams
  • Collaborate with Users
  • Group Events in Collections

Socket.IO Features

  • Listen and Emit Events
  • Acknowledgement
  • Multiple Arguments
  • Dynamic Variables
  • JSON Reponses

Socket.IO Connection

import { io } from 'socket.io-client';

socket = io(
    'https://api.finestcream.com/<TEAM_ID>',
    { extraHeaders: { authorization: '<API_TOKEN>' }}
    // Extra headers are not needed for public teams
)

WebSocket Features

  • Listen and Send Events
  • Dynamic Variables
  • JSON Reponses

WebSocket Connection

socket = new WebSocket('wss://api.finestcream.com/<TEAM_ID>');

Popular repositories

  1. .github .github Public

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…