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).

有帮助吗?

解决方案

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

其他提示

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top