Giter VIP home page Giter VIP logo

impressiv.js's Introduction

impressiv.js

impressiv.js is node.js app that allows you to host your impress.js presentation to an online audience.

It uses:

  • node.js
  • express.js
  • socket.io
  • impress.js
  • markdown

HOW TO USE IT

Presentations

Add your impress.js presentation in the /views/presentations directory as jade files. You should only include the body. Have a look at sample.jade for an example.

Routes

The are three different routes depending on the viewing mode.

  • /view/{presi} - normal viewing mode, ie, standard impress.js
  • /host/{presi} - page for the presenter. Use it the same way as you use impress.js. It connects to the node.js server over websockets to progress the slide for the audience. (It uses basic authetication.)
  • /live/{presi} - view for the audience.

Replace "{presi}" with the the name of your jade file without the extension (e.g. sample).

Configuration

All over the place at the moment.

  • host password - app.js (line 44)
  • hostname - change them in audience_socket.js and host_socket.js

ABOUT THE NAME

It is based to on impress.js so...

VERSION HISTORY

See the first release video.

First release.

Just scrambled together... works but needs work.

LICENSE

Copyright 2012 David Bankier. Released under MIT License.

impressiv.js's People

Contributors

dbankier avatar

Watchers

 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.