- WebSocket implementation
- Support to npm install(npm install socket.io)
- Asynchronous communication from client to server
- Communication takes place over single TCP socket using the ws (unsecure) or wss (secure) protocol and can be used by any client or server application.
- WebSocket is currently being standardized by the W3C.
- WebSocket is currently implemented in Firefox 4, Chrome 4, Opera 10.70, and Safari 5.
- Used Twitter Bootstrap
- Control the slides of the logged user.
- User information used for socket management
- Send slide control command via WebSocket
- Contained jquery and socket.io
- Receive slide control command via WebSocket
- Slide control command has been porting to the each command of slide framework
- Login using the "user" parameter
Improvement points
Move the slide using touch events
- swipe
Improvement for login
- QR Code
- Provide a slide list and check
Support for native slide
- Power point
client ask questions about the slide content
- Provided in the form of question-and-answer Tweet