Viewer feedback

I’m wondering how people generally set up their architecture to let their viewers interact through extensions. It seems necessary to use some form of EBS, so what do people use? Anyone use Lambda/DynamoDB? It seems a user poll system would be a good example for Twitch to share, but I haven’t seen anything like this yet.

I use micro by ZEIT for my EBS server and Firebase Realtime Database for a database. I’ve enjoyed using both and have 0 complaints.

1 Like

I use a NodeJS server hosted on Heroku for the EBS, and Redis for the database (also hosted with Heroku)!

1 Like