BETA
My accountGet started
Oct 132016
Total.js Platform

New version Total.js v2.1.0 + new products

We have published a new version of the framework and 2 new open-source products.

New version Total.js v2.1.0 + new products

Total.js

We are happy to announce, that new version v2.1.0 of Total.js framework is out. We added some new features and fixed a few bugs. Have a look at changes on GitHub: changes.txt. We also redesigned our website at www.totaljs.com.


Important: We are looking for investors


Rewritten javascript minification algorithm

The algorithm had to be rewritten due to some changes in licensing of the algorithm we used previously. New algorithm is a bit faster and more efective.

News in Schemas: Hooks

Currently we only use Hooks in a project that is not released yet, but it has a great potential in modular aplications. Using Hooks allows You to react when something happens, before/after saving data to db, when some page is to be rendered, etc.

Improved sitemaps


Sitemaps now supports localisation in urls. We made some minor changes to improve overall functionality. More informations in docs: https://docs.totaljs.com/latest/en.html#pages~File%3A%20sitemap

Re-introduced and improved streaming of images

Previously removed streaming of images using multipart/x-mixed-replace is now back. Thanks to this it's possible to stream images for example from IP camera which supports MJPEG. Implementation is quite simple.

Examples:

New function F.group()

We added new method F.group(flags, scope), which extends flags in scope for following methods F.route(), F.websocket() and F.file(). The inspiration comes from PHP framework Laravel.

WebSocket auto-destroy

New method has been added to websocket controller controller.autodestroy([callback]). This method will destroy the instance of controller and release memory if there's no user online.

New open-source products

Blog Engine

As the name suggests Blog Engine is a simple application for blogging. It uses Total.js's NoSQL embedded DB engine (flat file database) so all that's needed to run it is Node.js and Total.js framework. This website also uses Blog Engine.

Dashboard

Dashboard is an application for displaying various information in a nice interface with customisable widgets. Widgets can load data from different sources and display them in all kind of graphs.

CMS

Node.js Content Management System (CMS) has been moved to its own repository on Github. Some news in CMS can be found bellow.

Updates

Eshop

CMS has been removed from Eshop repository as mentioned above. Bellow changes applies to both CMS and Eshop.

  • overall improvements of UI for better user experience
  • simlified code base to improve performance
  • new WYSIWYG editor to make editing pages realy simple

SuperAdmin

SuperAdmin now supports renewal of Let's encrypt Certificates. We've added more application templates and notifications. And since SuperAdmin uses components from componentator.com the bellow mentioned changes to Componentator applies to SuperAdmin too.

Componentator

Almost all components at componentator.com have been improved to achieve smaller and better code and we've added some animations to improve user experience.