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 - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • eco-flow

    This project is MIT licensed.

  • 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.

  • 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.

  • 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.

  • 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.

  • 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.

  • SaaSHub

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

    SaaSHub logo
  • 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.

  • 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.

  • 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.

  • 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

  • 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
  • Servidor para Blog, com AutenticaĆ§Ć£o JWT - Node.Js & Mysql

    4 projects | dev.to | 1 Dec 2023
  • Creating a NodeJS project without frameworks in 2023

    5 projects | dev.to | 31 Oct 2023

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