Explore >> Select a destination


You are here

martinheinz.dev
| | initialcommit.com
6.1 parsecs away

Travel
| | Build your own REST API using Node.js and Fastify. REST or "RESTful" is a style of implementing a Web Service. REST is stateless and commonly takes advantage of HTTP. Build a lightweight, scalable, reliable fastify REST API today.
| | apisyouwonthate.com
6.8 parsecs away

Travel
| | When OpenAPI or JSON Schema documents get massive or repetitive, the contents can be split across multiple documents (on the filesystem, URLs, in memory somewhere) and joined together $ref. These split up API descriptions can then be joined back together as one document, with $ref pointing to an internal location
| | openapi.com
5.2 parsecs away

Travel
| | The main HTTP Methods (idempotent and non-idempotent) used in REST API development
| | www.thepolyglotdeveloper.com
20.2 parsecs away

Travel
| Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.