Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Same frameworks/libraries on Node.js and Sproutcore

I am using Node.js and Sproutcore.

My goal is to use same frameworks/libraries as much as possible on both sides so I don't have to learn two things to accomplish one thing.

Do you know libraries/frameworks that work on both ends (testing, http requests, javascript extensions etc)

like image 860
ajsie Avatar asked Jun 25 '26 14:06

ajsie


1 Answers

"so I don't have to learn two things to accomplish one thing" You will need to learn both. I think maybe YUI is something you should look into. YUI will help you build your logic/business for both client and server.

http://developer.yahoo.com/yui/

like image 76
Tim P. Avatar answered Jun 27 '26 03:06

Tim P.