> >Nodejitsu uses jitsu+http because it allows us to use npm for app bundling. > I have followed a very slimier approach to you guys. Do you guys feel that it > makes user less likely to use the platform because git is not used? > >
I would rather say it would be more likely that people use the platform. Not everybody uses git, subversion and mercurial are still really big version control systems. And by starting out with HTTP support you could actually support all these different kind of version control system if you a simple hook script that deploys the code on push. While this is not the same as having "git" on the server, it comes really close to the functionality and is much more flexible in my opinion. I might be biased as I also work for Nodejitsu but I hope my input helps here non the less -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
