Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soixantecircuits/awesome-app-js

This document list all the javascript libs used at Soixante circuits. They are compatible with Webpack and run in the browser and / or node only.
https://github.com/soixantecircuits/awesome-app-js

List: awesome-app-js

awesome awesome-list javascript-library npm yarn

Last synced: 3 months ago
JSON representation

This document list all the javascript libs used at Soixante circuits. They are compatible with Webpack and run in the browser and / or node only.

Awesome Lists containing this project

README

        

# Awesome app

This document list all the javascript libs used at [Soixante circuits](http://soixantecircuits.fr). They are compatible with Webpack and run in the browser and / or node only.

So far **71** libs.

There are tons of libs out there. You certainly not need them all. For sure it's a pain to test, check, and push the limit of each of them when you start a new project. To ease the process of development, we decided to stick to some of the libs we really enjoyed to use. They are selected because they did not fail our test and have been use in website or in application for clients and for internal projects. All of them are under the **MIT licence**.
Every month we test the ease of use, the learning curve, the maintenance of these libs. We won't reinvent the wheel so lets keep improving and focus our energy on the libs that already exist.
This list respects the [Single Responsibility Principle](https://en.wikipedia.org/wiki/Single_responsibility_principle). This means each of them do something chirurgically and do it well. When you build your project you will not need them all :)

[](https://github.com/soixantecircuits/neodymium) This list is maintened continuously and serves as a startup prompt for [Neodymium Generator](https://github.com/soixantecircuits/neodymium).
**Neodymium** allows to built interactive applications fast and without any pain. It brings Webpack and tested set of libs out of the box, tested in production ready projects.

Let's build something great ! ⚒

## Routing
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Crossroads | It parses a string input and decides which action should | ` npm i -S crossroads` | [](https://www.npmjs.com/package/crossroads) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Hasher | Set of functions to control browser history | ` npm i -S hasher` | [](https://www.npmjs.com/package/hasher) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Communication
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Signals.js | similar to an Event Emitter/Dispatcher or a Pub/Sub system | ` npm i -S signals` | [](https://www.npmjs.com/package/signals) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Socket.io/server | Socket.IO enables real-time bidirectional event-based communication | ` npm i -S socket.io` | [](https://www.npmjs.com/package/socket.io) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Socket.io/client | Socket.IO enables real-time bidirectional event-based communication | ` npm i -S socket.io-client` | [](https://www.npmjs.com/package/socket.io) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Spacebro | Server for broadcasting socket.io service | ` npm i -S spacebro` | [](https://www.npmjs.com/package/spacebro) | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Spacebro client | Connect thru socket.io with ZeroConf | ` npm i -S spacebro-client` | [](https://www.npmjs.com/package/spacebro-client) |![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Request
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Superagent | small progressive client-side HTTP request library, and Node.js module with the same API, sporting many high-level HTTP client features | `npm i -S superagent` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Caching
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Bitfrost | Bifrost cache and queue your POST request when internet is down. It will try to forward your query to the desired endpoint, if it fail it will save the POST data and try to update them periodically. It will forward the response as it is. | | | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
Superagent-cache | Superagent with built-in, customizable caching | npm i -S superagent-cache` | | ![Compat](https://img.shields.io/badge/cover-both-brightgreen.svg) | ![Author](https://img.shields.io/badge/author-yes-green.svg)

## Persistent data
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Native LocalStorage | | [RTFM](https://en.wikipedia.org/wiki/RTFM) | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
Lawnchair | simple json storage | ` npm i -S lawnchair` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Linvodb3 | Model-oriented embedded database, inspired by Mongoose & MongoDB, over LevelUP | ` npm i -S linvodb3` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## State machine
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Machina | A library for creating powerful and flexible finite state machines | ` npm i -S machina` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Animation
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
GSAP | Think of GSAP as the Swiss Army Knife of web animation...but better | `npm i -S gsap` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Tween | Super simple, fast and easy to use tweening engine | ` npm i -S tween.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
elementTransitions | Simple transitions for web pages | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)

## Image manipulation
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Fabric.js | Play with the canvas | `npm i -S fabric-browserify` | [](https://www.npmjs.com/package/fabric-browserify) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Resizer(burno.js) | Resize elements inside containers according to many possible options | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
Zooming | Zooms | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
RgbQuant | color quantization lib | ` npm i -S rgbquant` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Javascript-Load-Image | JavaScript Load Image is a library to load images provided as File or Blob objects or via URL | npm i -S blueimp-load-image | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Image-scale needs to be made JQueryless | Scale images to fit or fill any target container via two simple properties: scale and align. | ` npm i -S image-scale` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
RetinaJS | open source script that serves high-resolution images to devices with retina displays | ` npm i -S retina.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Video playback
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
VideoJS | An HTML5 and Flash video player with a common API and skin for both | ` npm i -S videojs` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)

## Audio playback
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
audio5 | Audio5js a library-agnostic, cross-browser Javascript API for HTML5 Audio, with a Flash fallback for either older browsers or modern browsers without MP3 playback support. | ` npm i -S audio5` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Slider
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Lory | Touch enabled minimalistic slider written in vanilla JavaScript | ` npm i -S lory.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
PhotoSwipe | JavaScript image gallery for mobile and desktop, modular, framework independent | ` npm i -S photoswipe` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Swiper | Most modern mobile touch slider with hardware accelerated transitions | ` npm i -S swiper` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Sprite animation
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Motio | Small JavaScript library for sprite based animations and panning | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
spritesheet.js | Command-line spritesheet generator supporting Starling / Sparrow, PIXI.js, Easel.js and cocos2d | | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
sprite-anim | Simple spritesheet animation engine. | `npm i -S sprite-anim` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)

## Template engine
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Vue.js | Simple, Fast & Composable MVVM for building interactive interfaces | ` npm i -S vue` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
React | A declarative, efficient, and flexible JavaScript library for building user interfaces. | ` npm i -S react` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## DOM playing
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
drag-drop | HTML5 drag & drop for humans | `npm i -S drag-drop` | [](https://www.npmjs.com/package/drag-drop) | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Dragula | :ok_hand: Drag and drop so simple it hurts | `npm i -S dragula` | [](https://www.npmjs.com/package/dragula) | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Rendering
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Three | JavaScript 3D library | ` npm i -S three` | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-yes-green.svg)
Pixi | Pixi.js is a fast lightweight 2D library that works across all devices | ` npm i -S pixi.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Effects
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Seriously | A real-time, node-based video effects compositor for the web built with HTML5, Javascript and WebGL | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
StackBlur | Fast and almost Gaussian blur | ` npm i -S stackblur-canvas` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Recording
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Html2canvas | The script allows you to take "screenshots" of webpages or parts of it, directly on the users browser | ` npm i -S html2canvas` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Animated_gif | Javascript library for creating animated GIFs | ` npm i -S animated_gif` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
CCapture | A library to capture canvas-based animations at a fixed framerate | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
Videojs-record | video.js plugin for recording audio/video/image files | ` npm i -S videojs-record` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Gif.js | JavaScript GIF encoder that runs in your browser | ` npm i -S gif.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Inputs
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Hammer | A javascript library for multi-touch gestures :// You can touch this | ` npm i -S hammerjs` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Piano | Virtual keyboard for touch devices | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
SerialPort2 | node.js serial port driver | ` npm i -S serialport2` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
USB | Improved USB library for NodeJS | ` npm i -S usb` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Keyboard | Keyboard as an object in the DOM | ` npm i -S keyboard` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Cheet | easy easter eggs (konami code, etc) for your site | `npm i -S cheet.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Mousetrap | Simdle library for handling keyboard shortcuts | `npm i -S mousetrap` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Hamsterjs | standalone javascript library for cross-browser mouse wheel support | ` npm i -S hamsterjs` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-no-red.svg)
vue-multiselect | Probably the most complete selecting solution for Vue.js, without jQuery. | ` npm i -S vue-multiselect` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-no-red.svg)

## Camera
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
WebcamJS | HTML5 Webcam Image Capture Library with Flash Fallback | ` npm i -S webcamjs` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Signal processing
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
Clmtrackr | Javascript library for precise tracking of facial features via Constrained Local Models | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
Jsfeat | JavaScript Computer Vision library | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)

## System
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
fs-extra | extra methods for the fs object like copy(), remove(), mkdirs() | `npm i -S fs-extra` | [](https://www.npmjs.com/package/fs-extra) | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Emoji
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
emojione | EmojiOne™ is the open emoji standard. #iwantemojione http://www.emojione.com | `npm i -S emojione` | [](https://www.npmjs.com/package/emojione) | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Tooling
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
lodash | Rotates the elements of an array in place. | `npm i -S lodash` | [](https://www.npmjs.com/package/lodash) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
lodash | utility library delivering modularity, performance, & extras to play with Arrays, Collection and more | `npm i -S rotate-array` | [](https://www.npmjs.com/package/rotate-array) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
Idle.js | Script to create handlers for onIdle onActive onHidden onShow statuses, compatible with `` tag and webpack | `npm i -S idle-js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="http://www.stringjs.com/" target="_blank">StringJS</a> | JavaScript library for the browser or for Node.js that provides extra String methods | ` npm i -S string` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/hubspot/offline" target="_blank">Offline</a> | Automatically display online/offline indication to your users | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
<a href="https://noraesae.github.io/perfect-scrollbar/" target="_blank">PerfectScroll</a> | minimalistic scrollbar plugin working with jQuery or vanilla JavaScript as well. | ` npm i -S perfect-scrollbar` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/moment/moment" target="_blank">Moment</a> | Parse, validate, manipulate, and display dates in javascript | ` npm i -S moment` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/szimek/signature_pad" target="_blank">Signature_pad</a> | HTML5 canvas based smooth signature drawing | ` npm i -S signature_pad` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://code.google.com/archive/p/dat-gui/" target="_blank">Dat-Gui</a> | A lightweight graphical user interface for changing variables in JavaScript | ` npm i -S dat-gui` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-no-red.svg)
<a href="http://wicky.nillia.ms/enquire.js" target="_blank">Enquire</a> | a lightweight, pure JavaScript library for responding to CSS media queries | ` npm i -S enquire.js` | |![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://modernizr.com/docs" target="_blank">Modernizr</a> | Automatically detects the availability of next-generation web technologies in your user's browsers | ` npm i -S -g modernizr` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
<a href="http://verge.airve.com/" target="_blank">Verge</a> | compact set of cross-browser viewport utilities written in native JavaScript | ` npm i -S verge` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="http://sizzlejs.com/" target="_blank">Sizzle</a> | A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library | ` npm i -S sizzle` (might not be same team) (to test if automatic css prefixing) | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Pdf
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://github.com/bpampuch/pdfmake" target="_blank">Pdfmake</a> | A lightweight graphical user interface for changing variables in JavaScript | ` npm i -S pdfmake` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Perf
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://github.com/lmacsen/rstats" target="_blank">Rstats.js</a> | rStats aims to provide a way of measuring and visualizing performance of your code, mainly in apps based on an update loop, like games or interactive experiences. | ` npm i -S rstats.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/mrdoob/stats.js" target="_blank">Stats.js</a> | JavaScript Performance Monitor | ` npm i -S stats.js` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Tracking
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://github.com/soixantecircuits/off" target="_blank">Off</a>[Off](https://github.com/soixantecircuits/off) | Allow to track clicks and touchend on a webapp | | | ![Compat](https://img.shields.io/badge/cover-chrome-orange.svg) | ![Author](https://img.shields.io/badge/author-unidentified-lightgrey.svg)
<a href="https://github.com/crookedneighbor/amplitude" target="_blank">Amplitude</a> | A node wrapper for Amplitude analytics | ` npm i -S amplitude` | | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/andjosh/gatrack.js" target="_blank">GATracks</a> | Easily track user events with Google Analytics | ` npm i -S gatrack` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Social network
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://github.com/ttezel/twit" target="_blank">Twit</a> | Twitter API client for node (REST &amp; Streaming) | ` npm i -S twit` | | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/totemstech/instagram-node" target="_blank">Instagram-node</a> | NodeJS driver for the instagram API | ` npm i -S instagram-node` | | ![Compat](https://img.shields.io/badge/cover-node-yellow.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)
<a href="https://github.com/node-facebook/facebook-node-sdk" target="_blank">Fb</a> | With facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK) | ` npm i -S fb` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Tiers service
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://mandrillapp.com/api/docs/" target="_blank">Mandrill</a> | JS wrapper for mandrill API | ` npm i -S mandrill-api` | [<img src="https://img.shields.io/npm/dm/mandrill-api.svg" align="right">](https://www.npmjs.com/package/mandrill-api) | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg)

## Translations
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="http://i18next.com/" target="_blank">i18next</a> | internationalization framework | ` npm i -S i18next` | | | |
<a href="https://github.com/kazupon/vue-i18n" target="_blank">vue-i18n</a> | Internationalization plugin of Vue.js | ` npm i -S vue-i18n`| | | |

## QR code
Name | Description | install | Trend | Compat | Authored
------------- | ------------- | ------------- | ------------- | ------------- | -------------
<a href="https://github.com/soldair/node-qrcode" target="_blank">node-qrcode</a> | QR code generator module, supporting multiple sets of characters and auto-generating optimized segments for best data compression and smallest QR Code size. Comes with a CLI. Best for server-side. | `npm install -g qrcode` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg) |
<a href="https://github.com/neocotic/qrious" target="_blank">QRious</a> | QRious is a pure JavaScript library for generating QR codes using HTML5 canvas. Best for client-side. | `npm install --save qrious` | | ![Compat](https://img.shields.io/badge/cover-both-green.svg) | ![Author](https://img.shields.io/badge/author-yes-brightgreen.svg) |