First, is Google+ project open source? I readed some time ago that google+ is entirely written in google closure and I would like to ponderate a real big enterprise implementation of closure as could be google+.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, Google+ is not open source. Google provides a number of APIs that provide developers with access to a subset of Google+ features and there are “client libraries” (libraries written in a variety of programming languages) for using these APIs. Many of the client libraries are open source. Google+, itself, is not open source however. As to your question about Closure, you should keep in mind that Google+ consists of both the user interface that you see in your browser as well as server-side code that processes and stores this data… moreover, there is more to the UI than just JavaScript (e.g. CSS and HTML), so even if all of the JavaScript in the UI used Closure… there would still be plenty of other stuff.