• Stars
    star
    681
  • Rank 66,134 (Top 2 %)
  • Language
    JavaScript
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This tool helps you to test socket.io servers.

Quickly test your socket.io backend apps

Socket.io Client Tool

Socket.io Client Tool

Development Environment

VS Code

Use Remote Containers: Reopen in Container. This should use .devcontainer/devcontainer.json configuration to start up a development environment and open your workspace.

Start a local socket.io server on 8080 with cd dummy-server && npm install, then npm run dev.

You can start the client app locally with cd react-client-tool && npm install, then yarn start.

Sponsors