Hi everyone,
I'm thinking of making a multiplayer game for one of the game jams hosted on itch.io, and I'm thinking of using the Colyseus framework. After installing all the npm packages everything works fine on my local server, so far so good.
But when I try to upload to itch.io it says I have too many files in my .zip archive (I do have over 6000 files because of all the node packages that were installed with colyseus). So I'm just wondering if anyone has successfully launched a Colyseus app (or node.js app for that matter) onto itch.io. And I would very much appreciate your input!