Quantcast
Channel: WE MOVED to github.com/microsoft/cpprestsdk. This site is not monitored!
Viewing all articles
Browse latest Browse all 4845

New Post: Create a web server using C++ Rest Casablanca

$
0
0
Hi vrindagoyal,

Casablanca right now provides a library only HTTP server solution. This means you will have to handle any deployment and hosting in say Azure for example by yourself. If you are considering using Azure one option you can explore is creating your server with our http_listener as an executable. Then you can deploy to Azure in a WorkerRole. Take a look at the WorkerRole schema, in particular ProgramEntryPoint.

We have feature request open for Azure support that you can vote on if this scenario is important to you.

Thanks,
Steve

Viewing all articles
Browse latest Browse all 4845