Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

docs.dev.framework.md 828 B

1234567891011121314151617181920212223
  1. ---
  2. {
  3. "_label": "Framework",
  4. "_toc": [
  5. "docs.dev.framework.server",
  6. "docs.dev.framework.client"
  7. ]
  8. }
  9. ---
  10. wnframework has two major libraries one on the client and other on the server.
  11. ### Server
  12. The server-side functions are called by the web server (Apache HTTPD) when a user make a web request. The framework handles user authentication, sessions, permissions, business logic and much more.
  13. Serverside functions are also called when static website pages are generated and via a scheduler for triggering scheduled events.
  14. ### Client
  15. Once the user is logged in, a javascript based application is loaded. This application communicates with the server to display data, forms, trigger events, run reports etc.
  16. The application is built on standard 3rd party javascript tools like jQuery, Bootstrap,
  17. SlickGrid and others.