The best host server for running a C program? [closed] - c

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have developed automatic speech recognition software with C, and would like to develop a web application using that.
But I have no idea where should be the best host server that I can run it.
I really want to run it on Google App Engine, but as far as I know it allows only Java and Python.
So I would be appreciate if you could recommend decent or popular host servers for this purpose.

Amazon's AWS lets you deploy operating systems of your choice, where you can run programs in programming languages of your choice. Smaller competitors are Google's GCE and Microsoft's Azure.

Maybe you can look at Amazon Web Services:
http://aws.amazon.com/

Related

Can I store my database online and access it through php for free? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a website designed in my laptop, php and javascript have been used. Installed Xampp and database is built in mysql it is accessed through php in my website. So, inorder to access this website I have to switch on my laptop. Can I take this entire system online. If yes, are there any free online hosting of database. Database only consists of text, No media.
Thank you,
sailesh
Amazon web services offer 12 months of free tire. Give it a try.

Any self-hosted Firebase alternatives? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I just recently discovered Firebase, and watched a video of how Firebase can complement AngularJS application. I was super excited, right until I realized, that Firebase only available as a hosted service, and as such, is not an option for my employer.
I'd like to ask if anyone is aware of a framework or a library, offering a comparable feature set (i.e. auto-binded madel back-end persistence combined with a real-time push)
Any information would be great.
Found my answer - meteor.js. Has a host of amazing features including realtime data
I recently discovered Deployd. For most use cases, this should work nicely.
Most of my backend-less learning comes from NoBackend
There is also socketcluster: http://socketcluster.io/
It's not a framework - More like a realtime environment. You can run various Node.js frameworks like express on top of it.

compiler on gae

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 18 hours ago.
Improve this question
I am writing a coding website. I want to provide an option to the
users to compile their c,c++ or java code. Basically I want to host a
compiler in my app. Some google links said that it is not possible to
host an external program on gae. Is there any alternative? Like
connecting to a Linode or linking to amazon ec2 ?? Any pointers would
be great.
Thanks and Regards,
Mahendra Naik
Yes, you cannot run external programs on GAE. I'm not sure what you mean with linking to other providers. You can obviously move the whole site to Amazon or any other IaaS provider, where you don't have any restrictions of use, as with normal computer. I think it would be the easiest.
If you really want to stick with GAE you could obviously host compiler somewhere else and connect there from your GAE application. Probably the simplest would be exposing a simple web service for that. I'm not sure if it would be possible to connect with SSH (with some Java SSH library), because as far as I remember you cannot connect to sockets, just HTTP requests.

distributed software development methodologies [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
is there any methodology about distributed software development that really works? by distributed i mean long distance, developers stay in different cities or countries.
at the end it depends on the rules defined by the team.
you will use distributed version control like
git
mercurial
bazaar
etc.
where you will develop, test and deploy your different branches in dedicated environment like
stable
staging
development
basically you will pass an issue/feature from development to stable via a distributed team of developers.
coordinating this and having a common understanding of the process is the challenge and not that easy to achieve.
hope this gives you an overview.

Database in the cloud? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Some of my recent clients are asking for remote connections to the office server, for standalone work, etc, in winForm applications.
Since the concept of the web is remote connection to a server both of data and resources, it should be possible to place both of this in cloud and have the winForm apps connect to it as if web Apps.
As any one tested this, is working like this?
Is it fast enough?
Is it secure?
What is the best cloud host for this type of work ?
Also what DB engines support this ?
Some of my friends have used MongoHQ with greate success.
Also Xeround is a cloud-hosted database. It is compatible with MySQL. I have used it before, but never for a winForm application.

Resources