Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What framework does youtube use? [closed]

Does anybody know if youtube uses Django, Rails or some other framework?

I googled, but couldn't seem to find any straight forward answer.

like image 300
BananaNeil Avatar asked Dec 02 '11 04:12

BananaNeil


People also ask

Which framework is used in YouTube?

It's known as the HIVES framework, and it's something that I've used in every video I publish. I'm not the originator of this framework, nor am I a master of it, but I've learned enough from its intricacies to help you build HIVES into your own creative process.

Is YouTube built on angular or react?

YouTube - This is available on Sony PlayStation 3 and it is built using Angular. It is a platform, where you can post videos, watch and share videos with millions of Users worldwide.

Is YouTube built on Django?

The largest video hosting platform YouTube is a part of Google Company, which uses Python and Django framework in many of its projects. YouTube is no exception.


1 Answers

Presumably this is their stack -

  1. Apache
  2. Python
  3. Linux Suse
  4. MySQL
  5. Psyco - dynamic python-C compiler
  6. lighttpd - for video instead of apache
  7. maybe Java

According to this website. But most of these companies keep it a secret what exactly they use. Even to date its not clear what kind of webservers Google uses...

like image 119
Srikar Appalaraju Avatar answered Oct 19 '22 21:10

Srikar Appalaraju