UnJSq 0.2.2

'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 'UnJSq' is for you.

Tags web frontend nodejs q37 epeios c++ javascript cross-plattform developers
License Affero GPLv3
State development

Recent Releases

0.2.205 Feb 2018 07:39 major feature: Adding 'removeAttribute' and 'focus'.
0.2.030 Jan 2018 21:07 major feature: * All the cast related methods were removed, hence also the related 'data-xdh-cast' attribute; there are now (CSS) classes related methods '(add remove toggle)Class(es))', and the '(en dis)ableElement(s)' methods (which also applies to style tags) to achieve same goal, * the 'launch( )' function does no more require a 'rootDir' parameter, the directory relative to which the file was served by the httpd server; it's assumed that this directory is the one which contains the main JS script (the one which is given as parameter to the node executable).
0.1.110 Jan 2018 11:06 major bugfix: Fixing issue which could prevent compilation under 'macOS'.
0.1.009 Jan 2018 16:16 minor feature: