Logo
Site preview

Experimental project

This is a sandbox project, which contains experimental code for developer use only.

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

Project information