Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Yahoo (YUI) vs Google (Closure) framework for testing on browsers and node.js

It seems that YUI is very focused on providing all the same code for both browsers and node.js.

That's very powerful because now I can use the same tests on both ends and don't have to rewrite/relearn anything.

Is google also focusing on node.js when it comes to testing?

YUI has a very verbose documentation about how to use it, Closure seems to lack this kind of good support.

Is YUI a better library to use on both ends?

like image 928
ajsie Avatar asked Apr 14 '11 13:04

ajsie


1 Answers

I would guess that Google isn't really focusing on node.js, however, it seems that a few people are working on making it compatible. A Google reveals the following:

  • node-goog
  • nclosure
  • node-closure
like image 151
Bashwork Avatar answered Sep 20 '22 18:09

Bashwork