|
|
|
|
|
by aaronblohowiak
5650 days ago
|
|
Apache doesn't handle large numbers of open/long-lasting connections like node (or nginx) does. Further, it will completely fail to reverse-proxy websockets (as will anything above layer 2 at this point.) The best solution is to have your static files on a CDN. |
|