0.0.6 • Published 7 years ago

middguard v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

MiddGuard

A Framework for Collaborative and Extensible Visual Analytics

MiddGuard is a web framework that enables speedy, transparent visual analytics investigations between multiple investigators. It features a database-backed web server, front-end user interface, authentication, real-time updates between multiple users, a shared observations client, and a model for extensibility using Node.js modules.

Install

Install Node.js using n or nvm.

$ node --version
6.2.0

Install MiddGuard from npm.

$ npm install --save middguard

Next Steps

Check out the Wiki for more information about using MiddGuard for an investigations and about how to develop MiddGuard itself.