Вопрос

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