JavaScript Framework
Go to file
2022-04-01 18:31:07 +02:00
.github improve issue templates 2020-03-03 20:22:44 +01:00
3D style fixes and form impl. 2022-04-01 18:31:07 +02:00
Account style fixes and form impl. 2022-04-01 18:31:07 +02:00
Animation style fixes and form impl. 2022-04-01 18:31:07 +02:00
Asset style fixes and form impl. 2022-04-01 18:31:07 +02:00
Auth style fixes and form impl. 2022-04-01 18:31:07 +02:00
Config style fixes and form impl. 2022-04-01 18:31:07 +02:00
DataStorage style fixes and form impl. 2022-04-01 18:31:07 +02:00
Event style fixes and form impl. 2022-04-01 18:31:07 +02:00
Log style fixes and form impl. 2022-04-01 18:31:07 +02:00
Math style fixes and form impl. 2022-04-01 18:31:07 +02:00
Media style fixes and form impl. 2022-04-01 18:31:07 +02:00
Message style fixes and form impl. 2022-04-01 18:31:07 +02:00
Model style fixes and form impl. 2022-04-01 18:31:07 +02:00
Module style fixes and form impl. 2022-04-01 18:31:07 +02:00
Security/Hash fix name 2022-02-19 13:57:39 +01:00
Socket/Client style fixes and form impl. 2022-04-01 18:31:07 +02:00
tests style fixes and form impl. 2022-04-01 18:31:07 +02:00
UI style fixes and form impl. 2022-04-01 18:31:07 +02:00
Uri style fixes and form impl. 2022-04-01 18:31:07 +02:00
Utils style fixes and form impl. 2022-04-01 18:31:07 +02:00
Views style fixes and form impl. 2022-04-01 18:31:07 +02:00
.gitattributes added git configs 2022-03-05 16:57:55 +01:00
.gitignore expand forms 2022-01-29 20:50:43 +01:00
Autoloader.js style fixes and form impl. 2022-04-01 18:31:07 +02:00
CODE_OF_CONDUCT.md fix name 2022-02-19 13:57:39 +01:00
composer.json fix name 2022-02-19 13:57:39 +01:00
composer.lock fix name 2022-02-19 13:57:39 +01:00
CONTRIBUTING.md fix name 2022-02-19 14:25:29 +01:00
LICENSE.txt fix name 2022-02-19 13:57:39 +01:00
README.md fix name 2022-02-19 13:57:39 +01:00
UnhandledException.js style fixes and form impl. 2022-04-01 18:31:07 +02:00

General

The jsOMS framework provides many features to manage and interact with the UI and connect the frontend to the backend for data exchange. Additionally to the framework features it also includes a library that provides additional functionality.

Features

Features this framework provides are:

  • UI action management
  • UI manipulation
  • Event management
  • Form management
  • Audio/Speech recognition
  • Logging (console/backend)
  • Asset management
  • Input management (touch, mouse, keyboard)
  • Math (e.g. matrix, string evaluation, etc.)
  • Uri generation
  • Charts
  • Websockets
  • Markdown
  • Templating
  • Cache/Storage management

Development Status

The framework reached a point where it can be already used albeit many features are still under development.