JavaScript NodeJS

Open-source JavaScript projects categorized as NodeJS

Top 23 JavaScript NodeJS Projects

  • 30-seconds-of-code

    Short code snippets for all your development needs

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    30 Seconds of Code

  • SaaSHub

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

    SaaSHub logo
  • node

    Node.js JavaScript runtime ✨🐢🚀✨

    Project mention: My Journey Contributing to Node.js Core: The Final Chapter (3/3) | dev.to | 2024-11-28

    test_runner: add level-based diagnostic handling for reporter #55964

  • axios

    Promise based HTTP client for the browser and node.js

    Project mention: Guide to Cloudflare's Error Code 520 and How to Fix it | dev.to | 2024-11-29

    JavaScript developers can use Axios with a retry mechanism:

  • Express

    Fast, unopinionated, minimalist web framework for node.

    Project mention: Fast and Simple NestJS App Deployment on Vercel | dev.to | 2024-11-26

    This guide is beneficial if you're using Express adapter. For NestJS applications utilizing the Fastify adapter, these links may be helpful:

  • 33-js-concepts

    📜 33 JavaScript concepts every developer should know.

    Project mention: 18 GitHub Repos to Learn JavaScript | dev.to | 2024-07-26

    15 . 33 JS Concepts This repository is a collection of articles and books on the 33 JavaScript Concepts which every JavaScript Developer should know in order to have an in-depth knowledge of the language and its working.

  • Ghost

    Independent technology for modern publishing, memberships, subscriptions and newsletters.

    Project mention: Introducing the Goliat Theme: A project for the Community! | dev.to | 2024-11-25

    Today, I’m excited to share something that started as a small necessity for the Goliat - Dashboard project and has grown into something I hope will benefit the entire community: the Goliat Theme, a custom theme designed for Ghost.

  • Meteor JS

    Meteor, the JavaScript App Platform

    Project mention: Reactive Data Structures in MeteorJS - Reactive Stack | dev.to | 2024-11-28

    MeteorJS brings client-side reactivity out of the box. No matter which frontend framework you choose, you will always have an integrated reactivity that synchronizes your data and the UI. This is one of the core strengths of MeteorJS.

  • 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: Top Github repositories for 10+ programming languages | dev.to | 2024-07-16

    30 Days of JS preparation 30 Days of Javascript preparation that teaches JS topics in 30 days one topic per day, quite a good roadmap as well to learn JS from scratch.

  • zx

    A tool for writing better scripts

    Project mention: How to automate the launch of your terminal processes (fzf + tmux + teamocil) | dev.to | 2024-11-27

    In my case, I use the bash shell (Bourne-Again SHell) as it is a slightly improved version of sh. But you can also use the “sh” by itself or tools that allow you to translate your code from any desired language into the shell, for example, “zx” from Google, which allows you to write your scripts in node.js and run them as shell scripts.

  • PM2

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

    Project mention: Guia de Comandos PM2 | dev.to | 2024-11-27

    GitHub: PM2 Repository

  • awesome-cheatsheets

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

    Project mention: 10 Useful GitHub Repos Made for Front-End Developers in 2024 | dev.to | 2024-10-07

    Awesome Cheat Sheets

  • nw.js

    Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.

    Project mention: Nw.js – call Node.js modules from DOM | news.ycombinator.com | 2024-08-18
  • SheetJS js-xlsx

    📗 SheetJS Spreadsheet Data Toolkit -- New home https://git.sheetjs.com/SheetJS/sheetjs

    Project mention: Building an inventory management app: 'Invento' as a Beginner Developer | dev.to | 2024-07-24

    XLSX : XLSX is a library for parsing and writing Excel spreadsheet files. It enables the application to export data to Excel, which is a common requirement for inventory management systems.

  • hackathon-starter

    A boilerplate for Node.js web applications

    Project mention: A Step By Step Guide to Updating Your Legacy Node.js App in 2024 (v10 to v22) | dev.to | 2024-07-25

    Crawly is an Express app built on the bones of hackathon-starter, a boilerplate package for Node apps. Surprisingly, this project is still alive and well maintained in 2024. But there's no guarantee that the project still uses the same dependencies (it doesn't), and there's a likelihood that even more dependencies would be added (there were). So I abandoned any plans to merge the latest in.

  • ToolJet

    Low-code platform for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀

    Project mention: Show HN: ToolJet 3.0 – open-source internal tool and workflow builder | news.ycombinator.com | 2024-11-13
  • fastify

    Fast and low overhead web framework, for Node.js

    Project mention: Fastify v5 is Now Officially Released | news.ycombinator.com | 2024-09-18

    I guess we could call it a major cleanup from v4 to v5? /me-thinks

    https://github.com/fastify/fastify/blob/main/docs/Guides/Mig...

  • webtorrent

    ⚡️ Streaming torrent client for the web

    Project mention: WebTorrent: Fast Streaming Torrent Client for the Web | news.ycombinator.com | 2024-08-05
  • sharp

    High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, AVIF and TIFF images. Uses the libvips library.

    Project mention: How to generate dynamic OG (OpenGraph) images with Satori and React | dev.to | 2024-06-27

    If necessary, you will need to return it as an image by itself. For that, we can use the sharp to handle it for yourself. See the example below:

  • Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

    Project mention: Mastering Code Quality: Setting Up ESLint with Standard JS in TypeScript Projects | dev.to | 2024-05-05

    Sorry, I've gone too far. I'm not here to persuade you to use Standard JS. My intention is to provide information and guidance on configuring JavaScript Standard Style for your team, should you agree with me or have other reasons to choose it.

  • Mongoose

    MongoDB object modeling designed to work in an asynchronous environment.

    Project mention: Building a Scalable URL Shortener with Node.js (Part 1/2) | dev.to | 2024-11-08

    mongoose: An Object Data Modeling (ODM) library for MongoDB.

  • javascript-testing-best-practices

    📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (July 2023)

  • Passport

    Simple, unobtrusive authentication for Node.js.

  • mocha

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

    Project mention: Unit testing for NodeJS using Mocha and Chai | dev.to | 2024-10-24

    Mocha is a feature-rich JavaScript test framework that runs on Node.js, making asynchronous testing simple and enjoyable. It provides functions that execute in a specific order, collecting test results and offering accurate reporting.

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 NodeJS discussion

Log in or Post with

JavaScript NodeJS related posts

  • My Journey Contributing to Node.js Core: The Final Chapter (3/3)

    2 projects | dev.to | 28 Nov 2024
  • ZetaOffice: LibreOffice in the Browser

    11 projects | news.ycombinator.com | 26 Nov 2024
  • Contributing to Node.js: Implementing Dynamic Colors for Test Runner Diagnostics (2/3)

    1 project | dev.to | 27 Nov 2024
  • Guia de Comandos PM2

    2 projects | dev.to | 27 Nov 2024
  • How CodeMirror v6 dev setup installs packages without a monorepo

    2 projects | dev.to | 27 Nov 2024
  • Client-Side Search for Static Sites with Strapi, Next.js, Fusejs & Cloudflare

    6 projects | dev.to | 26 Nov 2024
  • Vitest vs. Jest: why we are betting on Vitest

    2 projects | news.ycombinator.com | 26 Nov 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 1 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

Project Stars
1 30-seconds-of-code 121,933
2 node 108,030
3 axios 105,872
4 Express 65,768
5 33-js-concepts 63,960
6 Ghost 47,634
7 Meteor JS 44,442
8 30-Days-Of-JavaScript 43,411
9 zx 43,191
10 PM2 41,605
11 awesome-cheatsheets 40,465
12 nw.js 40,404
13 SheetJS js-xlsx 35,190
14 hackathon-starter 34,908
15 ToolJet 33,154
16 fastify 32,472
17 webtorrent 29,690
18 sharp 29,347
19 Standard 29,148
20 Mongoose 26,998
21 javascript-testing-best-practices 24,118
22 Passport 22,994
23 mocha 22,613

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

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