Your data viz served

Check it out: Visualize your datasets

Frameworks and components

NodeJS: opensource runtime library for building server-side web applications. Node Package Manager (NPM) provides ways to search, install, and manage node.js packages from online repositories.

AngularJS: javascript framework for a complete client side solution, including two-way data-binding, basic templating directives, form validation, routing, deep-linking, reusable components and dependency injection. Bower package manager can manage client side web package, such as Angular, jQuery, Bootstrap, etc.

Bootstrap: a front-end only web design framework. It contains HTML- and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions.

Websocket server: An alternative to HTTP when it comes to data transfer. A WebSocket server can be written in any server-side programming language that is capable of Berkeley sockets, such as C(++) or Python or even PHP and server-side JavaScript. (reference)

Python plotting library: A good collection of tools to do plotting in python (reference)

  • Pandas
  • Seaborn
  • ggplot
  • Bokeh
  • pygal
  • Plotly