Skip to content

REST APIs

Before we begin with writing backends with ExpressJs, a very quick introduction to what APIs are.

REST is not the only way we can transfer data between backend and frontend, we can also use Sockets for real-time transfer, and even GraphQL which is essentially a single API parametrized to fulfill all use cases.

Although REST still remains the most popular choice on the Web