you can use postman to connect to the WebSocket and connect to "ws://127.0.0.1:5000/ws"
You may test the WebSocket server by creating 2 connection instance and then sending message from one of the connection instance in Json format
for eg-:
{
"type" : "CLIENT_MESSAGE",
"body" : {"name" : "Arpit Singh"}
}
you can use postman to connect to the WebSocket and connect to "ws://127.0.0.1:5000/ws" You may test the WebSocket server by creating 2 connection instance and then sending message from one of the connection instance in Json format for eg-: { "type" : "CLIENT_MESSAGE", "body" : {"name" : "Arpit Singh"} }