JavaScript Framework
Go to file
2019-12-30 18:50:22 +01:00
.github add greetings workflow 2019-12-30 18:50:22 +01:00
3D fix docblock alignment 2019-12-29 23:40:20 +01:00
Account fix docblock alignment 2019-12-29 23:40:20 +01:00
Animation fix capitalization of Object/Array 2019-12-30 00:48:05 +01:00
Asset fix docblock alignment 2019-12-29 23:40:20 +01:00
Auth improve docblocks 2019-12-30 00:43:52 +01:00
Chart cleanup and tests added for ci/cd 2019-11-20 22:27:51 +01:00
Config fix docblock alignment 2019-12-29 23:40:20 +01:00
DataStorage fix docblock alignment 2019-12-29 23:40:20 +01:00
Dispatcher Use js modules 2019-04-02 22:46:48 +02:00
Event fix docblock alignment 2019-12-29 23:40:20 +01:00
Localization Init 2015-11-29 22:01:42 +01:00
Log fix docblock alignment 2019-12-29 23:40:20 +01:00
Math fix docblock alignment 2019-12-29 23:40:20 +01:00
Media CameraRecognition draft 2017-08-27 22:16:06 +02:00
Message fix docblock alignment 2019-12-29 23:40:20 +01:00
Model improve docblocks 2019-12-30 00:29:59 +01:00
Module fix docblock alignment 2019-12-29 23:40:20 +01:00
Route Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
Security/Hash Static analysis fixes 2018-09-23 14:49:56 +02:00
Socket/Client cleanup and tests added for ci/cd 2019-11-20 22:27:51 +01:00
Spreadsheet fix docblock alignment 2019-12-29 23:40:20 +01:00
tests Fix tests after module implementation 2019-06-10 20:34:37 +02:00
UI fix docblock 2019-12-30 00:48:58 +01:00
Uri improve docblocks 2019-12-30 00:43:52 +01:00
Utils fix capitalization of Object/Array 2019-12-30 00:48:05 +01:00
Views fix capitalization of Object/Array 2019-12-30 00:48:05 +01:00
.gitignore Added gitignore 2018-06-25 20:19:59 +02:00
Autoloader.js fix docblock alignment 2019-12-29 23:40:20 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-05 21:28:02 +01:00
composer.json Setup composer 2018-08-11 18:06:35 +02:00
CONTRIBUTING.md Improve coc and contribution guide 2018-02-06 20:03:25 +01:00
LICENSE.txt Adding license 2015-12-22 18:15:28 +01:00
README.md Update Readme 2019-04-09 22:46:52 +02:00
UnhandledException.js fix docblock alignment 2019-12-29 23:40:20 +01: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.