Backend hosting for applications

For everything that's not in any way related to PureBasic. General chat etc...
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Re: Backend hosting for applications

Post by Num3 »

If you have a spare pc, i would suggest installing SME Server 9.0.
I have it on my company, and it has been working for years has email server, hosting, backend PHP+MYSQL.
User avatar
greyhoundcode
Enthusiast
Enthusiast
Posts: 112
Joined: Sun Dec 30, 2007 7:24 pm

Re: Backend hosting for applications

Post by greyhoundcode »

Hey @tj1010,
tj1010 wrote:That $60/year package is pretty good comparatively speaking. I don't know what they allow though. For game back-ends you need sockets or long-polling and the ability to, for example, put packages like GTK on Ubuntu so you can build and run servers with panels, or maybe SSL updates.
There's not much they don't allow (within reason!).

Though I've never tried adding gtk to a server (not quite sure why you would want to do this in a headless environment but maybe I'm missing something) I don't think it would actually stop you from doing so. In my experience, even if you can't apt-get a package (or need a more recent version than is available through that channel) you can still compile what you want from sources - and from what I've seen that's been true not just of Digital Ocean but most comparable offerings from Rackspace, etc.
Post Reply