bazzinga
bazzinga

Reputation: 219

Using casablanca on windows server

Does the casablanca c++ Rest API support windows server as a platform?

http://casablanca.codeplex.com/documentation

I do not see it on the documentation.

Has anyone tried this?

Upvotes: 0

Views: 198

Answers (1)

Jeff
Jeff

Reputation: 2495

I can see why you would ask, since the chart does not specify windows server explicitly. But the answer is absolutely.

In this case, they should have labeled the first column 'Windows Desktop / Windows Server'. Windows desktop and windows server utilize the same API in this case, which is very likely why windows server was omitted in the table.

Specifically, they both utilize WinINet and WinHTTP. Other windows variants (i.e. store / phone / etc) utilize other APIs to accomplish the same tasks.

Upvotes: 1

Related Questions