I am new to node.js and i have got requirement of showing few screens as a pop up/fancy box.
Is there any module
to implement it OR any other suggestion to start with.
Any help appreciated
I am new to node.js and i have got requirement of showing few screens as a pop up/fancy box.
Is there any module
to implement it OR any other suggestion to start with.
Any help appreciated
When you mean you would like to have a gui, look into app.js, which allows you to spawn chrome windows and interact with them really cool.