About Godot and webgames?

I want to build a virtual chatroom in the web. Can Godot be used for this purpose. It would be game like where the people can move around and talk to each other.

I am familiar with Godot game making, but, not web game development.

Yes, it is advised to use web sockets for your networking.

1 Like

Ok thank you, I know how to get started now.