Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.
It is a comprehensive JavaScript framework for building data-intensive, cross-platform web and mobile applications for any modern device. It includes 140+ pre-integrated and tested high-performance UI components. | It manages synchronous and asynchronous code easily, using nothing more than standard JavaScript and Node-like Streams. You may be familiar with Promises, EventEmitters and callbacks, but moving between them is far from seamless. |
Pre-integrated and tested UI components;
Rich data analytics;
Sophisticated data visualization;
Back-end agnostic data package;
Layout manager and responsive configs;
Accessibility package (ARIA) for Section 508 compliance;
Customizable built-In themes | Intended to work with node.js(or browserify) environment which is really nice;
No alien concepts(from JavaScript/Node perspective);
Back-pressure;
The implementation is on top of Node streams which is really great idea;
Small footprint |
Statistics | |
GitHub Stars - | GitHub Stars 3.4K |
GitHub Forks - | GitHub Forks 147 |
Stacks 114 | Stacks 0 |
Followers 73 | Followers 2 |
Votes 0 | Votes 0 |
Integrations | |

A JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects.

It is a secure runtime for JavaScript and TypeScript built with V8, Rust, and Tokio.

Akka is a toolkit and runtime for building highly concurrent, distributed, and resilient message-driven applications on the JVM.

Orleans is a framework that provides a straightforward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns. It was created by Microsoft Research and designed for use in the cloud.

Visualize your data in 6 different ways. Each of them animated, with a load of customisation options and interactivity extensions.

RxJS is a library for reactive programming using Observables, to make it easier to compose asynchronous or callback-based code. This project is a rewrite of Reactive-Extensions/RxJS with better performance, better modularity, better debuggable call stacks, while staying mostly backwards compatible, with some breaking changes that reduce the API surface.

Immutable provides Persistent Immutable List, Stack, Map, OrderedMap, Set, OrderedSet and Record. They are highly efficient on modern JavaScript VMs by using structural sharing via hash maps tries and vector tries as popularized by Clojure and Scala, minimizing the need to copy or cache data.
Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients. It greatly simplifies and streamlines network programming such as TCP and UDP socket server.

Finagle is an extensible RPC system for the JVM, used to construct high-concurrency servers. Finagle implements uniform client and server APIs for several protocols, and is designed for high performance and concurrency.

A JavaScript utility library delivering consistency, modularity, performance, & extras. It provides utility functions for common programming tasks using the functional programming paradigm.