Difference between revisions of "Simple-web-fw"

From prokee
Jump to navigation Jump to search
Line 1: Line 1:
A simple highly modular framework for building websites and web-applications based on JavaScript and PHP.
+
'''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 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.
Line 10: Line 10:
  
 
All code is pure JS/PHP code.
 
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 ==
 
== Links ==

Revision as of 17:44, 9 May 2019

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