What is Express.js π±
Express.js
Express.js makes it much easier handle routing (how an applicationβs endpoints (URIs) respond to client requests) for a node application. So things like writing the code for new get/post requests are much easier.
Notes mentioning this note
How to Build a Full Stack Application
Frontend
User interface that displays information and makes calls to the API to update it.
What is GraphQL
REST APIs Traditional REST APIs fetch information about specific resources (a resource could be a user, a blog post, etc.)...