willfarrell / angular-io-app

A web app wrapper for those who love AngularJS and Twitter Bootstrap.
angulario.com
37 stars 7 forks source link

angular UI router #5

Open boussou opened 10 years ago

boussou commented 10 years ago

Could we discuss opportunity to integrate Angular UI Router to this project? https://github.com/angular-ui/ui-router

Similarly, what do you think of that project? https://github.com/fnakstad/angular-client-side-auth

willfarrell commented 10 years ago

You're more then welcome to fork the project and add it in. Sadly I don't have the time anymore to maintain the project.

boussou commented 10 years ago

Hello, I may do that. Currently I managed to fix the few little errors (^_^) spread all over the place. & recreated the Db. I am still wondering why you did drop it? did you change your technology stack? ie backend? PHP vs Node.js? Or python maybe? or just the PHP framework to some like Laravel or so?

willfarrell commented 10 years ago

I was building it in parallel with other web app project for 3rd party clients. I eventually burt out and ended up taking a 9-5 position doing work not related to this project. When I build a new project down the road I'll most likely use the same stack (most likely use this project to get me started).

You're more then welcome to send a PR for those few little error, they may help the few others that have forked this project.

boussou commented 10 years ago

You did great with this framework (even unfinished). In fact I did something very similar (but based on Apify on the server side). So I have a clear view of the huge work you delivered ;-) In the end, I am still questioning myself about using this SPA technology for a real production app. (mainly regarding code protection & security). Are the benefits clearly worth the pain it adds? (like memory management). I have very little time but I think I'll do it I think.

boussou commented 10 years ago

To me, Restler is really bloated. ie when you compare with apify (https://github.com/fedecarg/apify-library) or F3 (http://fatfreeframework.com/routing-engine#rest-representational-state-transfer)uses

ie the V3 uses complicated autoloader that runs into infinite loop.

boussou commented 10 years ago

I studied the code. I have important remarks for you. I am sending you a direct email to iam@...