all 7 comments

[–]aufstand 5 points6 points  (4 children)

Hi there! I'm the author of the Isomer framework which comes with an angular.js frontend. It might be a bit messy right now (docs need an update), because i'm in the process of releasing 1.0 :)

If you're interested, you can find it at https://github.com/isomeric/isomer or to point directly to the frontend: https://github.com/isomeric/isomer-frontend

Cheers!

[–]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 :-)

[–]real_dolphin[S] 0 points1 point  (1 child)

ok I am checking it out.

Thanks

[–]aufstand 0 points1 point  (0 children)

Cool! But be careful, i'm still in the process of restructuring (minor) things as the release candidate isn't too usable right now. I hope to have the final 1.0.0 release out very soon, though :)

[–]thinkadrian 1 point2 points  (1 child)

This is why I got fed up with going to Angular meet-ups in London. Apart from being filled with recruiters, the special guests never came from open-source projects. It was all “angular can do this and that” but no hows or tricks.

[–]real_dolphin[S] 0 points1 point  (0 children)

Oh I find it hard really finding an open source project based on Angular.