Best of REST APIMay 2022

  1. 1
    Article
    Avatar of hashnodeHashnode·4y

    The Top 12 Node.js Frameworks on GitHub️

    These are the top 12 Node.js frameworks on GitHub️ at the time of writing. I have no doubt that these numbers are going to increase but at least then you can see how much they have grown.Express.js is the most popular Node.JS backend framework.

  2. 2
    Article
    Avatar of phProduct Hunt·4y

    Tableful - Create REST API via tables and manage your data

  3. 3
    Article
    Avatar of ghblogGitHub Blog·4y

    Improved REST API documentation

    We’re excited to announce some big improvements to our REST API documentation. We’ve moved to a three-column layout to improve the readability of our docs and make it easier to see parameters with example requests and responses grouped together. The example column on the right in the three- column layout is sticky to allow you to cross-reference the example values to the request body parameters.

  4. 4
    Article
    Avatar of hnHacker News·4y

    How I fell in love with low-js

    A few years ago I was working on a project written in style still common for today: python backend serving a REST API (public btw) using framework-of-the-day. It was horrible. We ended up using something very fringe - there were real performance and complexity problems. And to this day I believe all our problems stemmed from the base architecture.

  5. 5
    Article
    Avatar of phProduct Hunt·4y

    Fetch Client - REST client extension for VS code, alternative to Postman

    Fetch Client is Visual Studio Code extension which is used to test the Rest API. "Don't leave from VSCode, Stay with it - For Rest API testing" is the motto of Fetch Client. It's used to create test cases without any script/code. It is also a way to test your HTTP/s requests.