All Questions
Tagged with angularjs web-applications
13 questions
1
vote
4
answers
478
views
Is it best practice to only use still-supported languages when developing apps?
I am looking to create a multi-page web app. I had begun the construction of this web app in angularJS when I realized this was no longer being supported. I am early enough in development that it isn'...
1
vote
1
answer
739
views
How to architect a very big web application using server and / or client rendering?
I recently finished a project which contains more than 30 different pages/features. Each one with some CRUD and more subpages. Each page is totally different from another in purpose. All of it was ...
0
votes
1
answer
3k
views
Single page app vs multi page application?
My experience has been using the hybrid approach per use case demand:
Where content on same page needs to be updated, we used AJAX/SPA approach
But when the page has a completely different layout/...
2
votes
1
answer
503
views
Structuring a Game with Angular.JS [closed]
For a GameJam I'm trying to code a simple web-based text adventure game with sprites and small animations in AngularJS. I'm a little new to Angular and am having some trouble figuring out how to ...
1
vote
1
answer
704
views
Hard time understanding structure of web apps w JS frameworks? [closed]
I'm having a difficult time understanding how web applications work. Please help me understand without giving me google definitions. Baby steps/words would be appreciated =) From what I understand so ...
0
votes
1
answer
174
views
My web app uses ASP, but does-it need it?
I’m relatively new to web development, and I’m amazed at the variety of new concepts in the field. I could probably use some help to synthetize.
I have to deal with is a backend written in Delphi, ...
1
vote
0
answers
575
views
SPA with RESTful backend
I'm building an app based on ng-seed which is angular setup with routing out of the box. I'm backing the app with a rest interface of which I aim for Richardson level 3 compliance.
Often it seems ...
2
votes
4
answers
1k
views
Rich object model in the context of a good REST API and of an existing rich object model on the server-side
First off, let's frame this question in the context of a good REST API and an existing rich object model on the server-side, as well as modern web architecture (MVC frameworks like angularjs).
I'm ...
0
votes
2
answers
691
views
Making backend service urls configurable
First of all, I will talk a little about the purpose of this question. We have several linux boxes on the same network on which different services are installed, some times these boxes are ...
0
votes
1
answer
70
views
Image uploads - preoptimize with CDN or host on same machine?
I'm working on a personal blog that will be used for reviewing various goods/services and as a dev journal. I'm writing this in Angularjs and Nodejs as a learning experience, but I plan on using it ...
4
votes
1
answer
1k
views
Separating AngularJs and Django into individual Apps?
I am building a web application using AngularJs and our web server is built in Python Django Rest Framework.
I would like to have the two projects separated and not coupled.
In my current setup the ...
1
vote
1
answer
215
views
Would it be the right software engineering system to move from AngularJS-based to jQuery-based or hybrid implementation for webapp?
I am presently working on an AngularJS-based chat webapp, and it polls the server for updates, and then renders them in what is pretty much a straight shot in AngularJS. The result looks appropriate ...
40
votes
3
answers
43k
views
AngularJS: structuring a web application with multiple ng-apps
The blogosphere has a number of articles on the topic of AngularJS app structuring guidelines such as these (and others):
http://www.johnpapa.net/angular-app-structuring-guidelines/
http://...