Title: nodejs & easyui Post by: devnull on June 06, 2014, 06:13:47 PM Hi;
I am using nodejs and would like to use some of the easyui controls to build the elements before the page is rendered server-side. Is it possible to do this and if so can you give me a code example ?? Thanks Title: Re: nodejs & easyui Post by: stworthy on June 07, 2014, 09:04:53 AM The nodejs is a javascript runtime for servers while easyui is the client side ui framework. To use them together, you may need 'express' to export your page with easyui.
|