> curious to know more
> detail about what specific implementation environments people are
> using
Ruby On Rails, with MySQL back end, NGinX front end.
Jack Repenning
Your menu is, compared to the others (esp twitter and engineyard), is
rather sparse. Is this because, in part, you are less concerned about
high levels of chatty mobile driven traffic? If not, what makes your
lineup so parsimonious?
Roy
--
Roy Wilson
email: anw...@gmail.com
> Your menu is, compared to the others (esp twitter and engineyard), is
> rather sparse. Is this because, in part, you are less concerned about
> high levels of chatty mobile driven traffic? If not, what makes your
> lineup so parsimonious?
Yes: my API is very low bandwidth. It's not an end-user API at all, but a B-to-B, negotiated partnership thing.
Jack Repenning
Darrel
We at Klout are building our next-version API (internally, and externally) on Play for Scala (in conjunction with using Swagger). Our developers can speak to it better than I can, but so far it has gone extremely well.We'll have a blog post about our experience with it coming up in the very near future.
I would imagine any tool you are using to build web pages is probably more than capable of serving resources...even cf. Something like fusebox or cfwheels if those are still around have all the constructs you need. we happen to use apache cxf (Java) at my office and it gets the job done but it is ahh little too Java-y and not enough web-y for my taste.
The thing to remember is that rest is a description of how the web works and we are applying it to services. So all the same approaches that work for web pages are probably a good fit for apis. MVC, link helpers, partial templates etc...
New to the group and really loving the discussion of ideas.
Hope this isn't "out of bounds" to ask but I'm curious to know more
detail about what specific implementation environments people are
using - language choice etc.
We're looking at building a RESTful API, leaning toward Java (looking
deeper at JAX-RS implementations) and started wondering what we could
learn from what others are up to.