You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, I see that as it is. It shouldn't work on network. It's just using a localhost so I would have to set the app to connect to the IP it's hosted on. How about a router?
Hi,
You just need to change the url from http://localhost:8080/ to http://+:8080/ or http://*:8080/ in your server, and running your server as administrator.
Then set up your client's url with server's ip instead of localhost .
Thanks
Right out of the box. I attempted to Run Server on Localhost (as default) and then the client app.
Then I ran chat client on the same machine as server and on another machine.
I cannot see others on.
The text was updated successfully, but these errors were encountered: