Software for Node.js

Snowpack Snowpack

Snowpack enables frontend developers to enjoy a lightning-fast development experience. It's modern build tool that replaces heavier, more complex bundlers like Webpack or Parcel in your development workflow. Snowpack leverages JavaScript's native module system to increase performance and never builds the same file twice. Allowing you to enjoy a near instant hot module reload and refresh no matter how big your project grows. Snowpack supports JSX, TypeScript, React, Preact, CSS Modules and much more, while also provding an extensive plugin catalog with support for almost any technology in the JavaScript eco-system.

SvelteKit SvelteKit

SvelteKit is a free and open-source framework used to create SSR, Static and Serverless web applications with Svelte. SvelteKit aims to replace Sapper and in the process unify the eco-system and have a single way to start building apps with Svelte. This will simplify on-boarding, and reduce maintenance and support burden for the core developers. SvelteKit fully embraces the serverless paradigm and has support for all the major serverless providers. Under the hood, SvelteKit uses Snowpack in development and compiles and hot reloads your code near instantly, making it an extremely pleasant developer experience.

Grunt.js Grunt.js

Grunt is an open-source JavaScript task runner, a tool used to automatically perform frequent tasks such as minification, compilation, unit testing, and linting. The Grunt ecosystem contains hundred of plugins that can be used to automate just about anything build related. With Grunt, you use the command-line interface to run custom tasks defined in a your config file to optimize your development workflow.

LoopBack LoopBack

A highly extensible Node.js and TypeScript framework for building APIs and microservices.

Deployd Deployd

Deployd is a free and open-source web development tool for Node.js that makes building APIs simple by providing important ready-made functionality out-of-the-box. Features provided by Deployd can demands of complex applications and can be further customized with JavaScript Events.

Svelte Svelte

Svelte introduces a radical new approach to building user interfaces with JavaScript. It is a compile-based component framework that builds efficient code that updates the DOM. Where most traditional frontend JavaScript framework does most of their work in the browser, Svelte includes that work in the compilation process when you build your app. This creates a smaller app which ultimately leads to faster load times and a better experience for the end-user.

AmCharts AmCharts

AmCharts is an interactive JavaScript library use to create chart and maps for data visualization. With AmCharts you can create interactive charts that allow your users to scroll, hover drag and select data for better visualization and manupulation.

TiddlyWiki TiddlyWiki

TiddlyWiki is a personal wiki and a non-linear notebook that provides an interactive way to manipulate and structure data for web consumption. The free and open source application is written as an SPA (Single Page Application) with JavaScript by Jermolene. TiddlyWiki is designed from the ground up to easy to customize and re-shape depending on your use-case, while also providing tools that can be used to split up and reuse content.

Next.js Next.js

Next.js is a free an open-source JavaScript framework for building production grade React web applications that scale. World's leading companies use the framework to buil both static and dynamic websites and web applications.