Would I benefit changing from PHP to Node.js (in context)
- by danneth
The situation: We are about to roll out what is essentially a logging service. As we are rather PHP heavy, the current implementation use it.
We will have about 200 computers (most on the same network) that will each send, via HTTP POST, around 5000 requests/day. With each request containing about 300 bytes of data.
The receiving end is hosted at…