Architecting API is different from web development. There is no view layer, so I think it only needs to comply with the principle of URL friendliness. We are currently using express because it has the largest number of users and it is easy to troubleshoot problems.
Architecting API is different from web development. There is no view layer, so I think it only needs to comply with the principle of URL friendliness. We are currently using express because it has the largest number of users and it is easy to troubleshoot problems.
restity is similar to express but smaller and specially used to write RESTful api
I prefer the express-based framework, which is easier to use. .
ThinkJS has been used.
Always using koahubjs