Low-code drag-and-drop tool for building RESTful APIs with in minutes.

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Commander.js

    node.js command-line interfaces made easy

    Commander: CLI interface tool for interacting with the application such as starting of the application, passing startup parameters, etc.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. eco-flow

    This project is MIT licensed.

  4. Socket.io

    Realtime application framework (Node.JS server)

    Socket.io: Real-time communication used by the application to provide live update of some feature and settings.

  5. scratch-www

    Standalone web client for Scratch

    After some days, my sister, who was in class 2 then, came to me and showed me the first program she wrote. It was not a code-based program but a visual program using software called Scratch 3.0. It is similar to NODE-RED but with a different approach, focusing more on programming than wiring together hardware devices. It contains all the node blocks needed to build a simple program without any coding knowledge and is very user-friendly for children new to computer programming.

  6. react-buddy-react

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

    React: Frontend library for designing and building the frontend user interfaces.

  7. Node RED

    Low-code programming for event-driven applications

    During a college project in the field of IoT, I came across a simple and powerful solution for wiring together hardware devices called NODE-RED developed originally by IBM. The project was very simple as it only involved controlling electrical appliances and sensing room temperature using a temperature sensor. The whole hardware system was connected to the network using the MQTT Protocol, and using Node-Red, it was just a few minutes of work to connect all sensors and respond accordingly.

  8. Mongoose

    MongoDB object modeling designed to work in an asynchronous environment.

    Mongoose: MongoDB object modeling in the application to manage mongodb queries and collections in a easier and hassle free way.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    Lodash: Utility library used in the application to makes working with arrays, numbers, objects, strings, etc. easier and time effective.

  11. Koa

    Expressive middleware for node.js using ES2017 async functions

    Koa: A NodeJs backend web framework for the development of the backend server, setting up the routes endpoint for the RESTful API, etc.

  12. Knex

    A query builder for PostgreSQL, MySQL, CockroachDB, SQL Server, SQLite3 and Oracle, designed to be flexible, portable, and fun to use.

    Knex: SQL query builder used in the application to manage sql databases queries in a easier way by letting knex handel all the hassle for us.

  13. frank_jwt

    JSON Web Token implementation in Rust.

    JWT: Secure transmission information between parties used by the application to validate the user authorization. This is also used to generate access-token and refresh-token for the user authorization.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Building an AI-powered Financial Behavior Analyzer with NodeJS, Python, SvelteKit, and TailwindCSS - Part 2: GitHub OAuth

    3 projects | dev.to | 5 Feb 2025
  • Blog Server with JWT Authentication - Powered by Node.js & MySQL

    3 projects | dev.to | 6 Dec 2024
  • How to build a full stack blog application using NodeJS MongoDB ExpressJS

    2 projects | dev.to | 16 Jul 2024
  • Node js Rest API

    5 projects | dev.to | 4 Jul 2024
  • Rust GraphQL APIs for NodeJS Developers: Introduction

    7 projects | dev.to | 8 Feb 2024

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?