I need to implement a small, standalone web server that will be used to process REST API calls, using Delphi 2010. There seem to be two easy choices available with Delphi 2010 out of the box: Indy's TidHTTPServer and Delphi's own TDSHTTPService.
I am familiar with Indy components and would probably use them without question; there is a lot of documentation on them and examples. But I have no experience with DataSnap; TDSHTTPService seems to have very little documentation.
Any recommendations or comparisons between the two?