asleepysamurai / socketwrench

Quick and Easy Websocket Testing.
114 stars 3 forks source link

Does it support localhost? #12

Open xplatsolutions opened 4 years ago

xplatsolutions commented 4 years ago

I am running a WebSocket server locally and trying to test it out with various tools and no luck, I just want to make sure this works with localhost (local IP e.g. 192.168.2.15)

Abion47 commented 4 years ago

localhost is an alias for the same machine the query is called on. A local IP is an IP for a device on the local network, which may or may not be the same machine the query is called on. Which one are you asking about?

lukepighetti commented 3 years ago

Neither localhost:4040 or 127.0.0.1:4040 appear to work, so either of them.

smolovk commented 2 years ago

+1 on this, isnt fixed yet