views:

310

answers:

2

Is there any free hosting for Javascript? Recently google has been hosting jQuery,etc... and Yahoo hosts it's YUI, which is great, but it'd be even better if there was a service that could host user scripts and things like that.

Any ideas?

+4  A: 

You can turn Google AppEngine in to your own CDN. Which will definitely give you the effect you are looking for.

http://www.coderjournal.com/2008/06/turn-google-app-engine-into-a-content-delivery-network-cdn/

Nick Berardi
Thanks that's exactly what I needed, I'd looked into Google Apps, but I failed to see it as CDN for scripts and other static content. Kudos
Robert Gould
+2  A: 

i found another great free javascript file hosting. www.yourjavascript.com they have a nice feature to access the file for specific domains.

the domain feature is a nice feature :)
Robert Gould