DEV Community

Discussion on: Building a realtime multiplayer browser game in less than a day - Part 1/4

Collapse
 
richardengle profile image
Richardengle

i see these files on github. What do you mean by a server? Like, do i need to copy all these files to a site like GLITCH?

Collapse
 
srushtika profile image
Srushtika Neelakantam

The 'server' is explained in part 3 of this series. Glitch is one of the options - you can also check them out locally by running a node server, then deploying it online somewhere (Glitch, Heroku, etc)

Collapse
 
jacobs2468 profile image