|
|
|
|
|
by chrisennis
4887 days ago
|
|
As someone who has built APIs on node+express, I love it for small lightweight API's that require very little processing beyond getting data from a database and returning it. I have gone through much frustration though when I needed to use it for an API that required processing that only made sense to handle synchronously. At that point, it becomes less practical. |
|