UNPKG

nooljs

Version:

Full stack JavaScript framework created top of Nodejs, express, and Socket-io, and Angularjs

16 lines 309 B
{ myServerMethod1: { "permission":"myServerMethod1", "method":function( name, value){ return "hello - from method 1 " + name + " " + value; } }, myServerMethod2: { "permission":"myServerMethod2", "method":function( name){ return "hello -- from method 2 " + name ; } } }