Can I use SproutCore without Ruby?

SproutCore is considered a JavaScript framework, so how to use it completely without Ruby (actually with PHP or Java) on the server side?

+3
source share
2 answers

assembly tools are written in ruby. If you don’t want to roll on your own, I don’t think that you can do things like collect code on the client side or use a sc-server without rubies.

However, build tools are just a set of tools to help you grow. SC does not care about what is on your server. As long as your server returns json, you can go.

, ,

http://wiki.sproutcore.com/DataStore-Using+Fixtures

+6

hvgotcodes, Ruby . , node.js, . , . SC Ruby .

0

Source: https://habr.com/ru/post/1752161/


All Articles