lloyd / node-toobusy

Build Node.JS servers that don't fall over.
1.3k stars 128 forks source link

can I run it without express ? #41

Closed emarukyan closed 9 years ago

asilvas commented 9 years ago

Yes, the readme shows how.

if (toobusy()) { res.send(503, "I'm busy right now, sorry."); }

emarukyan commented 9 years ago

Thanks a lot!