Since you are running your server in Node, make sure you are not making synchronous calls - directly, or indirectly (through your dependencies). Even a small "wait" will choke your server if there's substantial amount of usage.
I have written an article around backend optimization. You can read it here: