I'm running a virtual linux server with socket.io express installed and using nginx to host the site. Everything works fine until I have ~70+ clients connected, which causes some clients to not receive the emit command, thus making the site not update for them. (They will get some emits while ignoring others, so they're not timing out)
Could it be my ddos protection (cloudflare) or my server which isn't good enough to handle the traffic?