I need to choose the architecture of the new nodejs project. This will be a REST API server with WebSockets.
Do you know any pros and cons o using this two libraries? tsoa vs express?
Express is more common and stable library (I think). With tsoa I can use typescript and controllers (cleaner code).
What would you recommend?