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

https://github.com/olav-st/oram-visualizer

Web application to visualize Oblivious RAM (ORAM) algorithms.
https://github.com/olav-st/oram-visualizer

javascript oblivious-ram oram privacy security visualization webapp

Last synced: 3 months ago
JSON representation

Web application to visualize Oblivious RAM (ORAM) algorithms.

Awesome Lists containing this project

README

        

# oram-visualizer
Web application to visualize Oblivious RAM (ORAM) algorithms. There's a live version available at [`http://folk.ntnu.no/olavsth/oram`](http://folk.ntnu.no/olavsth/oram).

## Installation

````sh
npm install
````

## Usage

This application uses [`webpack-dev-server`](https://github.com/webpack/webpack-dev-server) as a local development environment. To use it, run:

````sh
npm start
````

You can then view the application at [`http://localhost:8080`](http://localhost:8080).