'UnJSq' is a 'Node.js' module for developing web application frontends. It does not work like a 'CGI', that is, it does not reload the web page on each query, but allows to refresh only the needed part of the 'DOM'. It's also not a yet another 'JavaScript' framework, nor does rely on such a framework. If you are a backend developer working with 'Node.js', and you want to develop web frontends for your applications without having to use one of those countless 'JavaScript' framework, then 'UnJS
Node.js addon which provides an XML parser which takes a stream and calls a user callback at each token, and a stream which takes another stream and applies an XML preprocessor to it.
'Node.js' addon which : - Parses a stream containing XML formatted data and calls a callback for each token. - Provides a read stream which takes another read stream an applies an XML preprocessor to it.
|