I'm working on a file system, where user can open a room with a password and the clients can change his files. The server is on socket.io, and currently the clients can download one file at a time. I want to change this to multiple files at a time, but don't know how to disable the data limit that comes with socket.io. I want to allow 3 files simultaneously, but afraid that the server will crash at some point or kick the client. Any ideas? Thanks!
↧