Frameworks
Spring Boot
FrameworkFor JavaServer-side
Java's toolkit for building web servers and APIs.
React
FrameworkFor JavaScriptFront-end
The most popular way to build web app interfaces.
What do those words mean?
- Framework
- A ready-made toolkit of code that handles the common, repetitive parts of an app, so you only write the parts that make yours special.
- Server-side
- Runs on powerful computers ("servers") somewhere else, doing work behind the scenes for the app on your device.
- Front-end
- The part of an app you can actually see and click: the buttons, pages and screens.