|
|
|
|
|
by Michiel
5229 days ago
|
|
No, it's HTTP. It makes it relatively straightforward for a somewhat experienced ASP.NET MVC developer to build an API that works over HTTP, uses HTTP status codes and headers for things like content negotiation. Such an API can be consumed in an HTML app using JavaScript or in a native mobile app (e.g. an iOS app using Objective C). http://www.asp.net/web-api |
|