Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dbankier/impressiv.js
impress.js presenter using node.js, express.js and socket.io
https://github.com/dbankier/impressiv.js
Last synced: 2 months ago
JSON representation
impress.js presenter using node.js, express.js and socket.io
- Host: GitHub
- URL: https://github.com/dbankier/impressiv.js
- Owner: dbankier
- Created: 2012-01-23T05:48:35.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-09-22T17:44:12.000Z (over 6 years ago)
- Last Synced: 2024-04-08T16:42:28.182Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 567 KB
- Stars: 17
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
* markdownHOW 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 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.jsABOUT THE NAME
----------------It is based to on impress.js so...
VERSION HISTORY
-----------------See the first release
[video](http://www.youtube.com/watch?v=c5fKlqcEcOo).First release.
Just scrambled together... works but needs work.
LICENSE
---------Copyright 2012 David Bankier. Released under MIT License.