What are some packages that you used to solve problems that you encountered while developing applications?

This page summarizes the projects mentioned and recommended in the original post on /r/node

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • concurrently

    Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.

  • Concurrently - CLI tool for running commands concurrently. Great for when you need to run several dev scripts at the same time but don't want to deal with managing a bunch of separate processes.

  • polka

    A micro web server so fast, it'll make you dance! :dancers:

  • Check out polka if you haven’t. It’s far leaner, and faster.

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

    A collective list of free APIs

  • I'm a total newb. I found https://github.com/public-apis/public-apis last week and made a simple Chuck Norris random quote generator, and a Pokemon one too. Now I'm messing around with the Github API and learning how to display information about the latest commit in the footer of a project.

  • Live Server

    A simple development http server with live reload capability.

  • I've been using live-server because I like the hot-reload capability. Just messing around with static files at the moment. Gotta start somewhere - right?!

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