Every repository with this icon (
Every repository with this icon (
What server does SproutCore run on?
SproutCore is a client-side application framework. As such, it is server-side agnostic.
Any server you can send HTTP requests to (which is all of them) can be used with SproutCore, via XHR calls from your SproutCore application. Currently known servers used with SproutCore applications include: Java, PHP, Rails, Django, Merb, WebObjects, and WebDav.
During development, SproutCore is hosted inside Merb, to provide a server environment to deliver JavaScript, CSS, HTML, images, and other resources while you are developing your application (e.g. a unit test harness).
When you are ready to deploy your SproutCore application to users, sc-build is used to generate a static directory of files that you can upload and serve from any web server (e.g. Apache).







