Is it possible to deploy service in the cloud , which does not use standard http protocol for providing services ?. Basically I have requirement to write service which does not use http to exchange messages between client/server. It is traditional client server application , which uses non standard protocol running on port other than port 80. Can we deploy this kind of application in the cloud ?.
What is the recomended approch for such kind of services ?.