Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

How to build a chat room similar to twitch.tv chat room?

Hi

I would like to know if there was a way to learn to build a chat room, similar to the one that twitch.tv has for their streamers?

What programming language would be best from something like this?

I am new to web development and I don't expect to learn everything overnight. I am just not sure of the correct steps to take.

Thank you very much for you help

1 Answer

This sounds like something you would want to use node.js for. While Treehouse has a great introduction course to node.js, Code School has a lesson set that teaches you how to build a realt-time chat application, which is what it sounds like you're searching for. If you are looking into making something with node, I would first run through the Treehouse Lesson, then try the CodeSchool course as codeschool's instruction is a bit harder to get through.

I'm checking it out right now. Thanks for the help :)