Skip to content

A simple tool for serving a websocket server over ngrok with a simple web UI for sending messages to all connected clients.

Notifications You must be signed in to change notification settings

blackcoffeexbt/websocket-testing-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Websocket testing server

Gives a simple web ui and ngrok interface for a websocket server.

You will need a configured ngrok account.

To run

  1. python3.11 -m venv venv
  2. source venv/bin/activate
  3. python run.py

To use

  1. Connect a WS client to whatever ngrok endpoint the CLI outputs
  2. Open http://localhost:8080 in a web browser
  3. Send messages from the server to the client.

About

A simple tool for serving a websocket server over ngrok with a simple web UI for sending messages to all connected clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published