Git Product home page Git Product logo

hyperblotter's Introduction

#Hyperblotter Demo

Hyperblotter is a demonstration app to show the capabilities of both OpenFin and HyperGrid. Additionally it illustrates how to co-deploy traditional desktop applications, in this case .NET, with an OpenFin App, and how to embed HTML5 content into WPF.

Currently OpenFin applications only run in a Windows environment. They may be run on a Mac by using a Windows Virtual Machine (VM). Oracle's Virtual Box is a free, open-source VM which may be used.

Demo Installer

On a Windows machine, you can install Hyperblotter via this installer:

Hyperblotter

##Build and run demo from source on local machine:

Clone this Git repository and in the Terminal window, change directories into the created Directory 'Hyperblotter'. The following instructions are written in Unix syntax so it is recommended you use a compatible terminal app on a Windows machine, eg: Git Bash or Cmder.

$ cd Hyperblotter

if Node and NPM are not installed, install them from here. Node version 4.2.1 or higher is required.

Install dependencies using Node Package Manager:

$ npm install

NB: (the additional 'sudo' command may be required, eg. 'sudo npm install' at which point you will be prompted to enter your admin password).

The app runs locally on a simple Node server and the code is compiled using Gulp as a build tool.

###Run app locally The app must first be compiled. This only needs to be done the first time the app is run, but the app will need to be recompiled if modifications are made to the code.

Open two terminal windows and in both change the directory to the 'Hyperblotter' folder.

$ cd Hyperblotter

if the build tool gulp is not installed, install it globally.

$ npm install -g gulp

Once installed, in the first terminal window, build the project from the source files.

$ gulp build

Then start the local Node server.

NB for a production Node app this would require hosting remotely on Heroku, AWS or a similar platform. OpenFin is not designed to install apps locally.

$ gulp server

Once the message 'Express server is listening on port 5001' is shown in the terminal open the second terminal window (leave the first terminal window open, closing it will close the server). Launch Openfin.

$ gulp openfin

An executable should now be created an launch the Hyperblotter toolbar.

hyperblotter's People

Contributors

datamadic avatar stevewirts avatar mjosling avatar nicholasdgoodman avatar chuckdoerr avatar

Watchers

Rene avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.