lirantal / Riess.js

Riess.js is a de-coupled full stack JavaScript application framework
16 stars 10 forks source link

Some question about the Client side #10

Open axmad22 opened 7 years ago

axmad22 commented 7 years ago

I managed to config MEAN to work with Angular-cli using the proxy and concurrently method, now a question I read some where in the posts...cant seam to find it now, about not using an api method call to retrieve the shared-configs and User on the client side since the html index is held by the cli something about not rushing through the door....anyway why is that a bad idea, also will you change to token authentication and will Angular be based on ngrx.

To many questions sorry, but I had given up on Angular....why upgrade and returned to my other studies, that was until I read about Progressive Web Apps pulled me right back in...will this option be included in the upcoming release

lirantal commented 7 years ago

Hi @axmad22,

Thanks for dropping by. Addressing your concerns:

  1. I'm not planning to re-engineer custom frontend frameworks. Meaning, whatever gets added on the client side will be using community standards such as scaffolding the project with angular-cli.
  2. I didn't yet put any effort on the frontend because I think there's more freedom there, as opposed to building a more coherent backend server.
  3. Token authentication is already in (https://github.com/lirantal/Riess.js/commit/7b63c788f40f039bf81281a9b0bacc66d582ade1) but I didn't yet test out all the passport social strategies and socket.io as I deem these less priority for now. Either way, you're welcome to take a look or clone the repo and test.