JavaScript Node

Open-source JavaScript projects categorized as Node

Spacebar Counter is a tool where you can show your skills to click the spacebar and create your world record. This tool also helps improve your spacebar clicking. Visit the spacebar counter. Increase your spacebar speed as well as mouse clicking. https://spacebarcounter.us

Top 23 JavaScript Node Projects

  • Next.js

    The React Framework

  • Project mention: Deploying organization repo to Vercel with a hobby plan | dev.to | 2024-05-03

    https://github.com/vercel/next.js/discussions/27666 One of them said 'renaming folder to uppercase' might cause trouble. git might not recognize case-sensetive changes by default.

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Project mention: Qu'est-ce qu'un projet MERN Stack et comment créer une application CRUD avec? Partie 2/2, Tutoriel | dev.to | 2024-05-06

    Node.js ( https://nodejs.org/ )

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  • Project mention: Struggling to Learn React Or Any JavaScript Framework? Here are 7 Mistakes Holding Back (And What To Do Instead) 💪🎉 | dev.to | 2024-02-04

    30 Days of JS

  • PM2

    Node.js Production Process Manager with a built-in Load Balancer.

  • Project mention: Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot | dev.to | 2024-05-02

    More pm2 commands here

  • Nodemon.io

    Monitor for any changes in your node.js application and automatically restart the server - perfect for development

  • Project mention: Full Stack Web Development Concept map | dev.to | 2024-03-23

    nodemon - enables automatic reload of your server after code change docs

  • validator.js

    String validation

  • Project mention: How a URL Shortener Works and How to Build One with Next.js | dev.to | 2023-09-11

    To keep the focus of this guide on building our chat app, I'll skip the steps in setting up certain dependencies, such as Tailwind CSS for styling, Nano ID for generating strings used to create a short URL version of an original URL and validator for implement URL validation.

  • mocha

    ☕️ simple, flexible, fun javascript test framework for node.js & the browser

  • Project mention: Integration Testing in Obsidian | dev.to | 2024-05-02

    Using something like Vitest, Jest, or Mocha didn't work because:

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • ws

    Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js

  • Project mention: Setting up a WebSocket server in Node.js | dev.to | 2024-03-25

    Before setting up a WebSocket server in Node.js, we need to install the necessary dependencies. Fortunately, Node.js has a vibrant ecosystem with various WebSocket libraries available. In this article, we will focus on using the popular ws library, which provides a simple and efficient WebSocket implementation for Node.js.

  • ava

    Node.js test runner that lets you develop with confidence 🚀

  • Project mention: Painless CLI integration testing | dev.to | 2024-01-10

    We use Jest Framework for testing. Jest is not a dogma, and, of course, in its place can be any other test runner, such as Mocha or Ava. Let's focus on tests. I'll provide a short example because I don’t want to waste your time. You can find the full version here. It's crucial to read the comments in the code below. Let's go!

  • dotenv

    Loads environment variables from .env for nodejs projects.

  • Project mention: Tutorial: React + Emailjs | dev.to | 2024-03-27

    We will put our Emailjs environment variables in a dotenv (.env) file. To read more about the purpose of this file click here.

  • cz-cli

    The commitizen command line utility. #BlackLivesMatter

  • Project mention: Aider: AI pair programming in your terminal | news.ycombinator.com | 2024-04-10

    Adopt a convention like commitizen: https://github.com/commitizen/cz-cli

    'typeofchange(scopeofchange): reason for change'

    It sort helps force devs to type out more meaningful commit messages.

  • homepage

    A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

  • Project mention: Highly customizable homepage with Docker and service API integrations | news.ycombinator.com | 2024-02-28
  • shelljs

    :shell: Portable Unix shell commands for Node.js

  • Project mention: The Bun Shell | news.ycombinator.com | 2024-01-20

    When I need shell-like utilities from my JS scripts I've previously used shelljs [0]. It's neat that Bun is adding more built-in utilities though.

    [0] https://github.com/shelljs/shelljs

  • nodeBB

    Node.js based forum software built for the modern web

  • Project mention: Don't Use Discord as a Forum | news.ycombinator.com | 2023-09-13

    > I'm a big fan of https://nodebb.org/

    TIL to what shit Netgate moved pfSense forums to. I'm glad you are fine with it, but not only my FullHD monitor is not a smartphone, so I don't need 400% fonts on everything (and post dates on the faaaaar right clearly shows nobody ever even used the forum) and most importantly - search doesn't work. It's not like the previous forum had a good search, but at least it worked.

    Bonus point: try to Ctrl+mousewheel on any NodeBB (including the official one).

  • supertest

    🕷 Super-agent driven library for testing node.js HTTP servers using a fluent API. Maintained for @forwardemail, @ladjs, @spamscanner, @breejs, @cabinjs, and @lassjs.

  • Nock

    HTTP server mocking and expectations library for Node.js

  • Habitica

    A habit tracker app which treats your goals like a Role Playing Game.

  • Project mention: Habitica – Gamify Your Life | news.ycombinator.com | 2024-04-04
  • debug

    A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers

  • Project mention: Why write a library? | dev.to | 2024-05-02

    Number of dependencies: one way to tell if a library is not too challenging to be used as study source is based on the production dependencies count. The fewer the better. For example, I chose debug because it only has 1 dependency (ms), while the rest of the code relies on core NodeJS modules - which is exactly what I was looking for - to learn how to build a library from scratch, not off the shelf libraries with many external deps, which in turn are based on more deps. There you go, dependency hell.

  • reactide

    Reactide is the first dedicated IDE for React web application development.

  • curriculum

    The open curriculum for learning web development

  • Project mention: Starting a Side Hustle/Side Project in 2024. | dev.to | 2024-05-06

    The landing page was built using HTML/CSS and some Javascript. How have I been learning this? A mix of AI (Claude, ChatGPT) and learning how to create a site by going through the foundational section of The Odin Project. I will also continue to go through this course and the React portion.

  • Protractor

    E2E test framework for Angular apps

  • Project mention: Introduction to Cypress and UI Test Automation | /r/u_Ok-Examination-4768 | 2023-05-23

    Cypress is a next-generation front-end Automation testing tool built for modern web applications. It is a JavaScript-based end-to-end testing framework and is known for faster test execution as compared with other testing tools (like Selenium or Protractor).

  • qs

    A querystring parser with nesting support

  • Project mention: Type-Safe Fetch with Next.js, Strapi, and OpenAPI | dev.to | 2024-04-02

    That would mean a bit of string concatenation. Luckily, Strapi suggest a library called qs to make this a bit more streamlined:

  • enquirer

    Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.com/jonschlinkert

  • Project mention: GitHub Sponsors: Jon Schlinkert JavaScript developer | dev.to | 2024-04-30

    jonschlinkert (Jon Schlinkert) · GitHub

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Node related posts

  • WebSockets com Socket.io: Criando Aplicações Real-Time com Node.js

    1 project | dev.to | 6 May 2024
  • Deploying organization repo to Vercel with a hobby plan

    1 project | dev.to | 3 May 2024
  • Understanding Nginx: From Simple Concepts to Technical Details and Deploying securely with PM2 and Certbot

    1 project | dev.to | 2 May 2024
  • Day 2: Setting Up Angular Development Environment

    1 project | dev.to | 2 May 2024
  • Is purging still the hardest problem in computer science?

    1 project | dev.to | 1 May 2024
  • Part 2: Setting Up Your Node.js Environment

    1 project | dev.to | 29 Apr 2024
  • Announcing Node.js 22.0.0: What’s New and Why It Matters

    1 project | dev.to | 28 Apr 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Node projects in JavaScript? This list will help you:

Project Stars
1 Next.js 120,804
2 node 103,970
3 30-Days-Of-JavaScript 40,971
4 PM2 40,733
5 Nodemon.io 26,009
6 validator.js 22,569
7 mocha 22,441
8 ws 21,095
9 ava 20,623
10 dotenv 18,501
11 cz-cli 16,409
12 homepage 16,141
13 shelljs 14,142
14 nodeBB 13,920
15 supertest 13,553
16 Nock 12,531
17 Habitica 11,408
18 debug 11,003
19 reactide 10,532
20 curriculum 8,807
21 Protractor 8,758
22 qs 8,349
23 enquirer 7,504

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com