vote up 1 vote down star

Hi!

I'm developing a small web service which will partially rely on SMTP and FTP servers. I'm interested is it possible for me to create an app that will run within a cloud and still have some port open? I know I can forward request to a cloud after a request to port is made but is it possible to be handled by cloud from the beginning?

flag

1 Answer

vote up 1 vote down check

It depends almost entirely on where your web service is hosted in the cloud.

Having said that, I would say in the majority of cases you can have ports opened, and thus make it a purely cloud hosted solution.

It all depends on your host provider and probably the type of hosting you're paying for.

link|flag
Mmm. Could you please clarify - if I want such usecase to work I'll still have to pay both for cloud service and my hosting, right? (I think I was missing this point). Also - could you please recommend hosting provider that'll support purely cloud hosted application? – Nikolay R Oct 27 at 11:33
It depends which package you buy, I would imagine if you buy the right one, they'll come combined. Unfortunately I'd need much more information before recommending one... You might want to look at Rackspace, Amazon S3, or a local cloud provider. – Bravax Oct 27 at 11:40
I'll try to narrow the possibilities: I'm talking about .NET. Is it possible to do such a thing with MS Azure? – Nikolay R Oct 27 at 12:42
I've found GoGrid as a possible option. Thank you very much. – Nikolay R Oct 27 at 12:56

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.