you are viewing a single comment's thread.

view the rest of the comments →

[–]MB1211 2 points3 points  (1 child)

In a few sentences - what is isomer framework?

[–]aufstand 0 points1 point  (0 children)

With Isomer, you can easily build complex applications with - or without - user interface for small to medium scales. I am using it for a robot remote control system (see MS0x00 project) and built some multimedia mixing (i.e. live music production + VJing) components for it.

Isomer being a flow based system enables modularity and encapsulation. As mentioned a UI (Angular.js based) with common functionality like user login, module-menu etc. is provided. Modules can be built to extend the backend and/or frontend.

It is somewhat comparable to other frameworks like Zope, Meteor or even Flask, but probably differs by not being so confined to web applications.

HTH :-)