JavaScript Framework
Go to file
2018-01-07 12:59:58 +01:00
.github Fixing unused parameter 2016-05-31 21:36:33 +02:00
3D Add global hint 2017-11-11 16:54:31 +01:00
Account Fixing docblocks and minor test adjustments 2017-07-27 17:19:07 +02:00
Animation Scrutinizer fixes 2017-10-26 20:20:01 +02:00
Asset General fixes 2017-11-05 13:09:39 +01:00
Auth Reduce js console logging 2017-11-11 11:27:49 +01:00
Chart Init js vars 2017-11-11 15:55:29 +01:00
Config Fix documentation 2017-11-11 11:24:32 +01:00
DataStorage Fixing docblocks and minor test adjustments 2017-07-27 17:19:07 +02:00
Dispatcher jsHint inspection fixes 2016-07-03 16:34:59 +02:00
Event Bug fixes e.g. csp and other 2017-11-11 15:02:40 +01:00
Localization Init 2015-11-29 22:01:42 +01:00
Log Fix docblocks 2017-11-05 17:39:08 +01:00
Math Fix #29 2017-11-10 16:56:09 +01:00
Media CameraRecognition draft 2017-08-27 22:16:06 +02:00
Message Add default return 2017-11-11 16:16:14 +01:00
Models jsHint inspection fixes 2016-07-03 16:34:59 +02:00
Module Fix undefined check 2017-07-28 21:26:44 +02:00
Route jsHint inspection fixes 2016-07-03 16:34:59 +02:00
Security/Hash Init 2015-11-29 22:01:42 +01:00
Socket/Client jsHint inspection fixes 2016-07-03 16:34:59 +02:00
Spreadsheet Fixing docblocks and minor test adjustments 2017-07-27 17:19:07 +02:00
Stdlib Init 2015-11-29 22:01:42 +01:00
System Init 2015-11-29 22:01:42 +01:00
UI Cleanup keyboard manager 2017-11-16 17:11:40 +01:00
Uri Fix docblocks 2017-11-05 17:39:08 +01:00
Utils Uncomment invalid code to prevent errors for now 2018-01-06 13:40:45 +01:00
Views General fixes 2017-11-05 13:09:39 +01:00
Autoloader.js Fix #37 2017-10-26 19:20:13 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-05 21:28:02 +01:00
LICENSE.txt Adding license 2015-12-22 18:15:28 +01:00
README.md Improve readme 2018-01-07 12:59:58 +01:00
UnhandledException.js Scrutinizer fixes 2017-10-26 20:20:01 +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.