Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.19 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.19 KB

License: MIT

DeckDeckGo - Backend

This project is a backend for DeckDeckGo.

It acts as the signaling server to let DeckDeckGo's peers establish a real-time communication channel using WebRTC for the remote control.

It also transmits the information for the live voting when you are interacting with your audience.

Table of contents

Remote control

This project is use to connect a presentation with the DeckDeckGo's Progressive Web App respectively the remote control.

The projects where the peers are implemented are the following:

Receiver

The remote control "receiver" which should be included in the presentation:

Source
https://github.com/deckgo/deckdeckgo-remote

Emitter

The remote control "emitter", the Progressive Web App, which lets you present and interact with your presentation:

Application Source
https://deckdeckgo.app https://github.com/deckgo/deckdeckgo-app

Poll

This project also act as a middle point for the live voting when you are interacting with your audience.

The voting ("where your audience are recording their votes") is implemented in DeckDeckGo.

The question and the display of the live results is implemented with a template in your presentation.

License

MIT © David Dal Busco and Nicolas Mattia