JavaScript Framework
Go to file
2018-09-15 17:13:56 +02:00
.github Improve coc and contribution guide 2018-02-06 20:03:25 +01:00
3D Remove whitespace from end of line 2018-01-15 18:53:45 +01:00
Account Test implementations + fixes 2018-06-30 22:49:09 +02:00
Animation Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
Asset Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
Auth Optimizing tests 2018-06-28 19:01:26 +02:00
Chart More test implementations 2018-06-29 19:05:20 +02:00
Config Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
DataStorage Additional log tests 2018-06-29 18:10:23 +02:00
Dispatcher Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
Event Remove logging 2018-07-30 21:51:47 +02:00
Localization Init 2015-11-29 22:01:42 +01:00
Log Additional log tests 2018-06-29 18:10:23 +02:00
Math Test implementations + fixes 2018-06-30 22:49:09 +02:00
Media CameraRecognition draft 2017-08-27 22:16:06 +02:00
Message Fix bugs after live tests 2018-09-15 17:13:56 +02:00
Module Test implementations + fixes 2018-06-30 22:49:09 +02:00
Route Implement class keyword instead of prototype 2018-04-25 22:38:23 +02:00
Security/Hash Improve increments 2018-02-10 21:51:01 +01:00
Socket/Client Remove whitespace from end of line 2018-01-15 18:53:45 +01:00
Spreadsheet Improve increments 2018-02-10 21:51:01 +01:00
Stdlib Init 2015-11-29 22:01:42 +01:00
System Init 2015-11-29 22:01:42 +01:00
tests Add math bug test 2018-08-01 22:09:27 +02:00
UI Fix minor bugs and double submit leak 2018-07-30 21:51:09 +02:00
Uri Fix double ? in uri bug 2018-07-06 21:33:18 +02:00
Utils Test implementations + fixes 2018-06-30 22:49:09 +02:00
Views Added button['submit'] to form submit list 2018-09-15 13:32:41 +02:00
.gitignore Added gitignore 2018-06-25 20:19:59 +02:00
.travis.yml Change language 2018-08-11 18:30:54 +02:00
Autoloader.js Improve increment 2018-02-10 21:41:27 +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 Add build status 2018-08-12 11:17:17 +02:00
UnhandledException.js Remove whitespace from end of line 2018-01-15 18:53:45 +01:00

Build Status

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.