DEV Community

Developers Senior Class - Episode 2 - Some actual code

Spiro Floropoulos on December 14, 2018

Overview Follow me as I try to build a digital version of a physical board game! This is a long-form series (1 hour per episode, approxi...
Collapse
 
denisviklov profile image
Denis Viklov

I had a look and I strongly recommend you check MeteorJS for your purpose instead of mashing everything on different technologies you get pub/sub server->client on websockets, internal view lib called blazed which works nice with React and hassle free realtime communication between players also don't forget about mobile apps that could be done from your existing code with apache cordova

Collapse
 
spirodonfl profile image
Spiro Floropoulos

Thanks for the tips. I've purposefully chosen my path with reason. I know it's not the best path or one most taken but there's a lot of reason behind everything I've done. Thank you though.