REST Framework - MS Web Api vs the rest of the field
        Posted  
        
            by 
                Mike
            
        on Programmers
        
        See other posts from Programmers
        
            or by Mike
        
        
        
        Published on 2012-11-21T20:19:14Z
        Indexed on 
            2012/11/21
            23:11 UTC
        
        
        Read the original article
        Hit count: 737
        
I am a .NET developer who is looking into the OSS world for a REST framework similar to Microsoft's Web Api. I'll be starting a personal project soon and need to develop both a web site and an API with the API coming first.
I've ruled out Ruby on Rails just because I feel that with my background in C#, I can get up to speed quickly with either a Java or PHP based framework. So far I've looked at Slim (PHP) and JAX-RS and Jersey (Java).
Would I want to consider any others? My API will be private at first with a public one on the roadmap. I'll be hosting the API on Heroku or some cloud based service.
© Programmers or respective owner