DEV Community

Maiu
Maiu

Posted on • Updated on

Babylon.js Browser MMO - DevLog #7 - Websocket with socket.io

Hello!
For today, some changes in the web communication layer. Instead of using inefficient http polling I switched to the websocket. To be exact I'm using socket.io implementation. It adds lightweight abstraction layer on top of raw websocket and it's very easy and pleasant to use.

If You're interested how I did it and how my presentation skills improving (or not improving :P) Please check my DevVlog episode on YT:

Top comments (0)