which technology is best for a Facebook application Ruby on Rails or C# and ASP?

Posted by Johnny on Stack Overflow See other posts from Stack Overflow or by Johnny
Published on 2010-05-13T10:20:07Z Indexed on 2010/05/13 10:24 UTC
Read the original article Hit count: 155

Filed under:
|
|

hi,

My friend and I want to write a Facebook application. We've narrowed down the list of possible technologies to Ruby on Rails and C# with ASP. Here are the pros and cons we've thought of.

Cons:

  • ASP - proprietary tools like Visual Studio etc. cost (lots of) money. We both don't know ASP (although we're not bad at C#).
  • RoR - It's scripting so might be harder to maintain. My friend doesn't know RoR at all (but he's a fairly proficient programmer so will probably be able to pick it up quickly).

Pros:

  • ASP - Facebook has an official SDK for .NET.
  • RoR - I know RoR. It's open source, free and has fast development time.

What says the community? Is there something we haven't thought of?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET