Software Alternatives, Accelerators & Startups

A Beginner's Guide to HTTP - Part 4: APIs

Node.js
  1. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
    The resource will, however, accept requests run from outside the browser, like from a server. I used axios because I know I can copy and paste that request code into my Node.js server. So, when you see a CORS error, don't panic. You can always build the most basic of servers, like we did in part 2. All you need is one GET route that when called requests data from the API and then sends the data it gets back in a response.

    #Runtime #JavaScript Runtime #JavaScript 896 social mentions

  2. A collective list of APIs. Build something.

    #APIs #Developer Tools #API Tools 18 social mentions

Discuss: A Beginner's Guide to HTTP - Part 4: APIs

Log in or Post with