Looks quite RESTful, doesn't it?
My aim with this post is to explain building a plain REST API without using any fancy framework like Express.
Enjoy! ✌️
Prerequisites
The web follows a client-server model. It comprises two kinds of machines (or programs), namely, the service provi...
disciple.hashnode.dev4 min read
maggie
myself
Love your insights on RESTful API efficiency! After diving into EchoAPI, I realized how much easier it is to simulate API requests and get accurate responses for my tests, all without a live server.