SproutCore is said to be a JavaScript framework, so how to use it entirely without Ruby (actually with PHP or Java) on server side?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
the build tools are written in ruby. Unless you want to roll your own I don’t think you will be able to do things like build your client side code or use sc-server without ruby.
That said, the build tools are just a set of tools to help you develop. SC doesn’t care what you have on the server. As long as your server returns json, you are good to go.
In fact, you can build a lot of your client side functionality without the server using fixtures
http://wiki.sproutcore.com/DataStore-Using+Fixtures