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
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