MichalGoly / QuizTool

Audience response system enabling lecturers to embed interactive quizzes in lecture slides and broadcast them to students in real time - MEAN - Socket.io - AWS - Angular - Express - Docker - docker-compose - CircleCI - Multicontainer Elasticbeanstalk - Selenium Grid
GNU General Public License v2.0
5 stars 1 forks source link

Broadcast slides in real time to everyone #38

Closed MichalGoly closed 6 years ago

MichalGoly commented 6 years ago

I tried sending Node Buffers directly to Angular, installing Node types in Angular and then rendering images into the browser, but that was not possible. Instead, before the Slide object is sent to the client, the Buffer PNG image is converted into a Base64 string and then sent to the client, which can easily display it with and tag.