Node(25) sharing code between client and server

http://caolanmcmahon.com/posts/writing_for_node_and_the_browser/


(function(exports){

// your code goes here

exports.test = function(){
return 'hello world'
};

})(typeof exports === 'undefined'? this['mymodule']={}: exports);


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章