oslabs-beta / sono.land

Real-time Communication Library for Deno (WebSockets & WebRTC)
https://sono.land
150 stars 24 forks source link

Mismatched ports in chatroom tutorial #9

Open Brandoncapecci opened 2 years ago

Brandoncapecci commented 2 years ago

https://sono.land/tutorials/chatroom

Server uses port 3000.

Screen Shot 2022-07-08 at 1 19 04 AM

Client uses port 8080.

Screen Shot 2022-07-08 at 1 19 19 AM

I had to make them both 8080 to connect properly. The example in the repo works but the tutorial text is wrong so this should be fixed for anyone directly following the tutorial.