JavaScript Framework
Go to file
2022-04-18 22:39:00 +02:00
.github ical update 2022-04-18 22:39:00 +02: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 ical update 2022-04-18 22:39:00 +02:00
Model doc fixes and event handler bug fix 2022-04-09 13:22:58 +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 added remote data update 2022-04-10 12:01:09 +02:00
Uri style fixes 2022-04-05 20:01:22 +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 update composer 2022-04-10 18:04:27 +02:00
CONTRIBUTING.md ical update 2022-04-18 22:39:00 +02:00
ICAL.txt ical update 2022-04-18 22:39:00 +02:00
LICENSE.txt ical update 2022-04-18 22:39:00 +02:00
package-lock.json add npm packages 2022-04-10 19:05:44 +02:00
package.json add npm packages 2022-04-10 19:05:44 +02: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.