1

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

chandresh_cool
  • 11,753
  • 3
  • 30
  • 45
sandy
  • 1,126
  • 1
  • 7
  • 17
  • 1
    Usually popup works from client side, you should use any jquery library for creating popup. On node side you can manipulate the result or data that are sent to backend. – Manish Kumar Aug 16 '13 at 10:36

1 Answers1

0

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.

Michiel Dral
  • 3,932
  • 1
  • 19
  • 21