Difference between revisions of "Simple-web-fw"

From prokee
Jump to navigation Jump to search
Line 10: Line 10:
  
 
All code is pure JS/PHP code.
 
All code is pure JS/PHP code.
 +
 +
== Links ==
 +
[https://github.com/apoll500/simple-web-fw Repository on GitHub]

Revision as of 03:53, 29 April 2019

A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.

The aim is to generate the client- and server-side part at once, while taking care of different versions with respect to localization and design variations.

The following tools are used (optionally):

  • baseman ....... for module management
  • prokee/bmc .... for automated customizations

There are no other dependencies.

All code is pure JS/PHP code.

Links

Repository on GitHub