Wjs

Component ID

2393707

Component name

Wjs

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Wjs is an entry point to make your Javascript web app retrieve assets from your server, via AJAX, or not. Everything is an extension with wjs : script, image, html, etc..., and all extensions can load dependencies. This library is for you, if you want to :

  • Create little lightweight one page sites with full lazy loading (js methods, classes, images, links, etc...).
  • Load complex packages from your PHP application to javascript, in a minimum of requests.
  • Instantiate javascript class objects.

Take a little tour on our demo live sites :

It is really lightweight and infinitely extensible by your own application components. Obviously, it requires a minimum of configuration before.. Check the usage guide of the library on the Github page