Похожие чаты

I don't fucking know if stop using Spring Boot and

go with Node.JS for my rest APIs projects.
Does node have something like RestControllers?
For example in Spring a wonderful day thing is the usage of annotations
@GetMapping("/hello/{name}") on a method and it is automatically mapped with that URL

3 ответов

5 просмотров

You mean like this? app.get('hello/:name', handler)

There would usually be a routes files instead of annotations as in spring boot

sprint boot is awesome if you use it correctly but the world is shifting towards nodejs

Похожие вопросы

Карта сайта