JL.
JL.

Reputation: 81342

Good free online app engine

I have a non commercial project I'm working on in my free time. It will be a web based app.

I know I could go the whole PHP or ASP MVC route and find a host. I would like to save some cash though and avoid paying for hosting, or using an unreliable free host, or something cluttered with ads.

I basically need to develop an online app which will have a database, although I don't mind if I need to interact using orm's.

Google Apps spring to mind, but before I dive into it, are there any alternatives? This should include the framework, hosting and db. All free! Reason why I'm not that keen to jump into Google Apps is they don't cater for MS developers i.e: C# / VB.net guys.

Lastly its not a giant app my any means.

Upvotes: 0

Views: 220

Answers (3)

niutech
niutech

Reputation: 29962

OpenShift provides free cloud engine, although limited to 3 gears (software stacks).

Upvotes: 0

NARKOZ
NARKOZ

Reputation: 27941

Heroku is a cloud service with Ruby on Rails integration. It based on Amazon Web Services and offers free plan.

Upvotes: 1

UnkwnTech
UnkwnTech

Reputation: 90941

Amazon is currently offering some free services although they are Linux servers on EC2. If you need windows you could just use an Amazon Micro Instance they run about $0.03/hour, and can be powered down when not needed.

Upvotes: 1

Related Questions