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

Deepal Aroa
Courses Plus Student 133 PointsHow to create unix shell like teamtreehouse in website for multiple users?
Hi
I need to create a unix shell like teamtreehouse in my website for helping clients. Can anybody help me with this?
Thank You
1 Answer

Nathan Williams
Python Web Development Techdegree Student 6,851 Pointsthere's some pretty useful javascript libraries out there, like https://github.com/chjj/term.js/, but you want to be really careful exposing this stuff to the web, so tread carefully!
Deepal Aroa
Courses Plus Student 133 PointsDeepal Aroa
Courses Plus Student 133 PointsHi
Thanks for your valuable reply.
Will it provide the separate guest session to each new user?
I want to create the same workspace as teamtreehouse has.
Thank You