I have a Node.js app that I'm building and deploying to Cloud Foundry. I know that Cloud Foundry dose not allow pointing a domain name to it's server, but I'm just wondering if there are other options to deploy a production version under a unique domain name instead of the standard app.cloudfoundry.com.
I read somewhere that Cloud Foundry would be offered as a service with some hosting providers, but can't seems to find any yet.
Thanks.
Per Andy Piper's Comment > "CloudFoundry.com should offer custom domains etc when the commercial/production version goes live before the end of the year. Other providers like AppFog do offer CloudFoundry hosting already."
I bought a debian vps and installed everything i needed on it. redis, mongodb, node, git. there's also node-jitsu that looks pretty good if you want to host your db at a cloud provider.