Node

Open-source 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 Node Open-Source Projects

  • Next.js

    The React Framework

  • Project mention: Monorepo Backend Application with Bundled Packages | dev.to | 2024-05-10

    The frustrating part is, when you're working on a Next.js project within a monorepo, adding your module to the transpilePackages entry in the configuration is all it takes. However, for a backend applications with a custom build step, it's not as straightforward.

  • node

    Node.js JavaScript runtime ✨🐢🚀✨

  • Project mention: It's always TCP_NODELAY. Every damn time | news.ycombinator.com | 2024-05-09

    Since 2022 v.18.

    PR: https://github.com/nodejs/node/pull/42163

    Changelog entry: https://github.com/nodejs/node/blob/main/doc/changelogs/CHAN...

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

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

  • Project mention: Tools that keep me productive | dev.to | 2024-05-05

    nvm - Node version manager

  • Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

  • Project mention: NestJS tip: how to change HTTP server timeouts | dev.to | 2024-04-06

    When using the NestJS framework, sometimes you may need to change some default timeout. You can define them just like you'd do in a plain Node.js HTTP server like so:

  • awesome-nodejs

    :zap: Delightful Node.js packages and resources

  • Project mention: Node.js – Delightful Node.js packages and resources | news.ycombinator.com | 2023-07-17
  • nuxt

    The Intuitive Vue Framework.

  • Project mention: Quick Tip: Nuxt & Storyblok Error Handling (e.g. 404) | dev.to | 2024-04-21

    Today we are looking at Error Handling when building websites with Nuxt and Storyblok as CMS. If you haven't tried the two tools, go check out one of the awesome tutorials. It's a perfect match for all your projects.

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  • Project mention: Website Optimization Using Strapi, Astro.js and OpenAI | dev.to | 2024-05-08

    We'll use several interesting technologies to achieve this: Strapi CMS to take care of the content management and backend, Astro which is a great new technology for quickly creating blazing fast frontend apps, and ChatGPT to provide the article summaries.

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

  • n8n

    Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

  • Project mention: Zapier Alternatives: Automatisch.io and N8N ⚡️ | dev.to | 2024-05-09

    Link to the Github repository: https://github.com/n8n-io/n8n

  • 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

  • nvm for Windows

    A node.js version management utility for Windows. Ironically written in Go.

  • Project mention: NVM – Node Version Management | dev.to | 2024-01-31

    I usually develop on Windows so I installed NVM for Windows from here, but if you’re on other OS I’m sure you can find a version that supports it, probably this is the answer.

  • pnpm

    Fast, disk space efficient package manager

  • Project mention: Turbocharge your Angular project: A config tutorial | dev.to | 2024-05-09

    This command initializes a new Angular project named 'your_project' with minimal setup (without tests) using standalone and 'pnpm' as the package manager (pnpm site). Ignore this flag if you prefer using npm or yarn.

  • 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

  • Directus

    The Modern Data Stack 🐰 — Directus is an instant REST+GraphQL API and intuitive no-code data collaboration app for any SQL database.

  • Project mention: How to Deploy Directus as a Backend-as-a-Service (BaaS) on Koyeb | dev.to | 2024-04-25

    Directus is an open data platform built to serve as a headless CMS, API, or Backend-as-a-Service (BaaS) for other applications. It is designed to make data accessible to people of all technical levels and to make it easy to build data-centric applications. Directus is extensible and can be integrated with many different frontend technologies to create stable, well-structured development and user experiences.

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

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

  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  • Project mention: Instalando de maneira rápida e eficiente suas ferramentas no WSL. Pt-3 | dev.to | 2024-05-08
  • 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
  • verdaccio

    📦🔐 A lightweight Node.js private proxy registry

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

Node related posts

  • Turbocharge your Angular project: A config tutorial

    1 project | dev.to | 9 May 2024
  • Building Your First Browser Game with Three.js and React: Part 1 - Getting Started

    1 project | dev.to | 8 May 2024
  • Wasp x Supabase: Smokin’ Hot Full-Stack Combo 🌶️ 🔥

    8 projects | dev.to | 8 May 2024
  • 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
  • A note from our sponsor - SurveyJS
    surveyjs.io | 10 May 2024
    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. Learn more →

Index

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

Project Stars
1 Next.js 121,024
2 node 104,159
3 nvm 75,882
4 Nest 64,525
5 awesome-nodejs 56,019
6 nuxt 52,137
7 astro 42,690
8 30-Days-Of-JavaScript 41,020
9 n8n 41,066
10 PM2 40,761
11 nvm for Windows 34,880
12 pnpm 27,874
13 Nodemon.io 26,024
14 Directus 25,517
15 validator.js 22,597
16 mocha 22,441
17 ws 21,095
18 ava 20,627
19 asdf 20,607
20 dotenv 18,526
21 cz-cli 16,430
22 homepage 16,284
23 verdaccio 15,928

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