18

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)

Stick it to THE MAN
  • 5,621
  • 17
  • 77
  • 93
  • 1
    Are you being forced to use C/C++? If not, you'll have a much easier time going with C# and WCF. Its really easy once you understand how WCF works. – Steve Dec 25 '09 at 14:55

2 Answers2

5

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

Stick it to THE MAN
  • 5,621
  • 17
  • 77
  • 93
2

A solution to this would be the ffead-cpp framework, It provides the HTTPRequest, HTTPResponse and the HTTPResponseParser utility classes. Once you get hold of the HTTP Request parameters, developing a rest-full service would be a walk in the park.

Sumeet
  • 184
  • 1
  • 3