For Node we need a port of a Java Faces lib. Is someone aware of any?
That's what Ajax is for. There is no premade lib for node though, but you can emulate it. On the server implement an API route that delivers the required data as JSON. On the client side use JQuery to call the API and rerender the div whenever you need an update.
For Node we need a port of a Java Faces lib. Is someone aware of any?
--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en
https://github.com/tblobaum/nodeQuery/
Tom