New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

socketio-test-client

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

socketio-test-client

`socketio-test-client` is a devtool to test Socket.IO-based API.

latest
Source
npmnpm
Version
0.8.0
Version published
Weekly downloads
12
500%
Maintainers
1
Weekly downloads
 
Created
Source

Socket.IO Test Client For Developers

socketio-test-client is a devtool to test Socket.IO-based API.

Browser Extensions

  • Chrome
  • Firefox

Installation

To globally install the app run: (You might need to be sudoer if the path is not set)

yarn global add socketio-test-client

By running the following command the default browser opens and serves the app under http://localhost:8888 (tested under Linux OS)

socketio-test-client

To manually run the app you might clone the project and:

  • Open the terminal and navigate into the project's root directory
  • Run yarn to install the app depedencies
  • By running yarn dev the app will be availble under http://localhost:3000

Make sure to add CORS to your server if you're getting "connection error: xhr poll error"

Custom Socket.IO path

If your server uses a custom Socket.IO path (for example /custom-path), set it in:

  • Set URL -> Socket.IO Path
  • Optional: Socket.IO Client Options (JSON) for advanced options like extraHeaders, auth, and transports

Keywords

socket

FAQs

Package last updated on 27 Feb 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts