Skip to content

oluwakeye-john/socket.io-test-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket IO Test Client

Intro

Want to test your socket io implementation in your backend while your client isn't ready, then this is for you.

Usage

  • On your server, set the cors origin to a wildcard(*)
    const io = require("socket.io")(http, {
      cors: { origin: "*" },
    });
  • Run your server
  • Visit the test client
  • Connect to your server
  • Emit and Listen ⚡

About

A testing client for socket.io implementations, supporting versions 1 and 2

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published