How can i use replit as a godot multiplayer server?

i am thinking about making a simple 2d multiplayer game but i didnt find anything which is related to replit and easy to understand
i will most likely use node js for the server

1 Like

You can use @MattDESTROYER’s template for making a multiplayer game.

2 Likes

it depends, replit is very bad with GPU/CPU/storage/RAM so just make sure it’s simple and not using too much resources

1 Like

if you are using html5 use socket.io and javascript in godot it should work

2 Likes