Simple-web-fw

From prokee
Revision as of 17:44, 9 May 2019 by Andy (talk | contribs)
Jump to navigation Jump to search

Simple-web-fw is 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.

Web-Modules

Web-Modules are components that add a specific functionality to a web-application based on simple-web-fw. Each Web-Module serves a specific task, which may involve server side as well as client side code. Typical tasks are database operations and user interactions like the submitting of a form. The complete code of a Web-Module is generated by bmc from an bmc-script.

Links

Repository on GitHub