REST (Representational State Transfer) is an architectural style that defines a set of constraints to be used to create web services. A request is sent by the user to the server as a web URL as a GET, PUT, POST or DELETE request. After that, a response comes back from the server in the form of HTML, XML, Image, JSON, etc.
Table of contents
Creating a NodeJS RESTful API without ExpressJS— Part 1What is a RESTful APIWorkingHTTP MethodsCreating a RESTful API without ExpressJS — Project StructureCreating a RESTful API without Expressjs — Setting Up the ServerCreating a RESTful API without ExpressJS — Gathering Request DataCreating a RESTful API without ExpressJS — Defining HandlersCreating a RESTful API without ExpressJS — Handler ResponsesSort: