Monday, 1 May 2017

How to use Socket.IO with Express without blocking?

I'm working with a project with a lot of requests. For one user per second could be from 1000 to 10000 requests. I'm currently using Socket.IO with Express and when I'm start my search the express stuck... I cant open app in the new tab while in backend search is working parsing other pages.

What is the best way to solve this king of problem?

Should I split io and express in to different apps so the site and search would be as two different things?



via user1692333

No comments:

Post a Comment