Question

I want to make my web app fast, especially the first page load (index.html).

Can I do this by hosting myfastapp.com on Rackspace CloudFiles and then have a subdomain called nodeserver.myfastapp.com which connects to a Node Server on Joyent.

Note: The node server will only connect via socket.io to tell the client which additional files to grab from the CDN (myfastapp.com).

Était-ce utile?

La solution

There's a guide for this in the Cloud Files docs at Create Static Website.

Autres conseils

There should be no issue with that the logistics of that.

The main issue is getting the main site on Cloud Files due to cname restrictions, at least in the Rackspace system, but it can probably be done.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top