DEV Community

Discussion on: SpringBoot vs ExpressJS

Collapse
 
hackulis profile image
Edu Rich

Really? How come? I'm of the opinion that Spring Boot would require a bigger code base, because of stricter java language rules, and definitions...with express, however, especially using modern ECMA Script, everything is very concise

Thread Thread
 
sharadcodes profile image
Sharad Raj (He/Him)

Spring boot can provide CRUD with just one class file for the schema. That's the advantage.