Tried to install and run the example project as described here:
http://colyseus.io/docs/getting-started/
But when viewing examples at localhost:2567 I get a 404 for 'colyseus.js' ...
Tried to install and run the example project as described here:
http://colyseus.io/docs/getting-started/
But when viewing examples at localhost:2567 I get a 404 for 'colyseus.js' ...
@ianbellomy maybe it didn't bundle colyseus.js for whatever reason.. you can just grab it here
https://github.com/gamestdio/colyseus.js/blob/master/dist/colyseus.js
put it in a lib folder or anywhere and make sure you import it in the html