tags:

views:

704

answers:

4

Rather than possibly reinventing the wheel (by "rolling my own") - I thought I'd ask in here first.

Anyone knows where I can download a good C/C++ RESTful framework?. I have had a quick look on google, but there is nothing too impressive so far - maybe someone in here has written one already (that they dont mind sharing), or may know a lik to a good one (preferably, they have already used it before)

+2  A: 

I've just seen this, it may be what I'm looking for. Could be useful for others too

Stick it to THE MAN
someone used it is it good for production?
A: 

Why not use ASP.Net? ASP.Net MVC?

You can use C++/CLI to do .Net stuff. In fact, it's pretty much the reason C++/CLI exists - to allow you to only do in C++ those parts that you absolutely have to (for performance reasons, legacy code interop, etc.)

Assaf Lavie
I am developing on *nix, and I prefer to use OPEN standards, rather than standards IMPOSED by one company.
Stick it to THE MAN
Then please tag your question appropriately. I suggest the "linux" tag or the "M$-iz-lame" tag.
Assaf Lavie
The "C++" is sufficient for that. C++/CLI is a different beast. Your suggestion /would/ be helpful for someone interested in branching out on languages/platforms, so it's still useful; but realize that what you're offering is no longer C++.
Tom
+2  A: 

Personally I haven't even found a good HTTP client library for C++. (libcurl doesn't count, that's C)

Nicolás
What about http://pocoproject.org/?
Assaf Lavie
I'll check it out, thanks.
Nicolás