top | item 749930

Ask YC Startups: Do you use Django, Rails, PHP or Other?

26 points| wyw | 16 years ago | reply

There's been a lot of info recently about the hosting plans of YC startups but less discussion about development technology trends. I would be curious to know what the dominant technology is for developing apps among YC startups.

55 comments

order
[+] mrshoe|16 years ago|reply
Rolled our own in Python.

EDIT: I should mention that CherryPy is at its heart. We love CherryPy. And our chat backend uses a secret sauce Python async framework that might or might not be open sourced very soon...

[+] whalesalad|16 years ago|reply
Django, http://schoolrack.com

We (the developers) are actually beginning to feel like it's one of the biggest Django sites on the interweb right now. Definitely not trying to toot my own horn here, but we're gaining users like mad and traffic is insane.

Disclaimer: I figure the OP's question is more directed at HN members rather than YC startups, but for the record we're not a YC startup

[+] aaroneous|16 years ago|reply
Sorry to call you out, but your directly quantified Quantcast results show you at less than 1k uniques per day.

There are a LOT of Django sites out there with considerably more traffic and it misrepresents the size of the Django community to suggest that, "one of the biggest Django sites" is only serving a few hundred hits a day.

[+] apsurd|16 years ago|reply
just a heads up: on the about page this sentence -> Our mission from the onset has been to seamlessly connecting teachers, students, and parents through the Internet.

should be "to seamlessly connect..." ?

[+] leif|16 years ago|reply
oh thank god please please PLEASE kill blackboard
[+] gaia-forming|16 years ago|reply
Looking at the site, I have no doubts that you are doing well.

Very nice, I congratulate you. You have found a niche, and your execution is top notch.

[+] jacquesm|16 years ago|reply
Nice to see you gaining ground so fast during the holiday season, makes you wonder how it will go once school starts!
[+] elai|16 years ago|reply
Django. You should of made a poll.
[+] christopherdone|16 years ago|reply
It's "should have"; the contraction is "should've".
[+] leif|16 years ago|reply
Django if I use a framework, but usually straight python or perl CGI.

I'm assuming you meant "webapps".

[+] intranation|16 years ago|reply
Short: we use a Django frontend to an Erlang backend.

Long answer: we used Django because that's what I knew best, but we're going to switch to Pylons because it's more flexible (being a so-called "glue framework") and has less dependency on a database (tried writing a custom authentication backend in Django without a database? Good luck).

So Django is great if you have a database; less so if you don't (I guess that's the whole "full stack" thing).

[+] j15e|16 years ago|reply
Here we are using PHP/CakePHP on almost all our projects.

Why? I have being using PHP for almost 10 years, so it was a lot easier to switch to a PHP framework when I switched to an open source framework about 3 years ago. PHP is also easier to get on a shared hosting (maybe not anymore, but at the time I made my switch, it was a major concern).

Like : API, doc, large community.

Dislike : php syntax (->), no active record, PHP4 support (no real visibility control), deployment on windows/ISS is no easy task.

But future looks good as they plan to drop PHP4 quite soon with 1.3.

Some website we created using cake: http://www.themetropolitain.ca http://www.gogarneau.com

I hate "->".

[+] RobKohr|16 years ago|reply
It is funny, when every I speak php to another coder I call -> "dot". It isn't a dot, it is an arrow, but something got wired that way in my brain. "Object" "dot" "attribute"
[+] adw|16 years ago|reply
We're not YC, but Django at Timetric.
[+] trefn|16 years ago|reply
Django at Mixpanel.
[+] fuelfive|16 years ago|reply
Rails at Frogmetrics, PollEverywhere, Posterous
[+] warfangle|16 years ago|reply
Rails at one; we're looking into liftweb/scala at the other.

We see the robustness of the jvm as a lot more useful at the latter- and scala seems like a good fit (better than java itself, or ruby for that matter) for the kind of datamining we're going to do. Granted, C would likely be much faster, but the ability to include third party java packages and the amount of boilerplate needed for C turned us off to that. Add in a good web framework like Lift, and we don't see the need to fracture our server-side apps into many different languages.

[+] Xixi|16 years ago|reply
Django here too...
[+] Xixi|16 years ago|reply
Ooops, I should have added : not a YC startup.
[+] immad|16 years ago|reply
Rails, heyzap.com
[+] andrewtj|16 years ago|reply
Startup is Global Hostname: http://www.globalhostname.com/

DNS server is implemented in Twisted (but is not derived from twisted.names) and web site is Django+nginx. Database is Postgres.