DEV Community

Discussion on: Get Better with TypeScript using Express

Collapse
 
yashdesai profile image
Yash Desai

I will try this in my next project.

Collapse
 
insidewhy profile image
insidewhy

There are much better APIs for building servers now than express. Try koa, it's made by the same team as express but using modern techniques like promises.

Collapse
 
linhtch90 profile image
Linh Truong Cong Hong

Try Hapi as well. It is pretty nice too.