drio / pitt

Peer Instruction Teaching Tool
7 stars 0 forks source link

Broadcasting mode for instructors #6

Closed pbanaszkiewicz closed 10 years ago

pbanaszkiewicz commented 10 years ago

Hi @drio

(refs #3)

I worked on broadcasting mode a little bit. Thanks to PeerJS "one way calls" it was possible to make this broadcasting mode. However, I'm very unhappy with how events are propagated through Pitt and I really want to drop socket.io and to switch to WAMP.

I wrote a blogpost about the changes.

There are some bugs in the code, unfortunately. And lots and lots of console.log debugging debris.

Some one the bugs include:

drio commented 10 years ago

Comments on this in #1.

drio commented 10 years ago

Closing since all this will be reimplemented on the WAMP pr.