All Questions
8 questions
-1
votes
2
answers
381
views
Achieving server-side rendering of data coming from a PHP API
I have been working on a blog application with Codeigniter 3.1.8 and AngularJS v1.7.8. It is intended to be versatile and easy to use.
The Dashboard of the application is "pure" Codeigniter, ...
7
votes
2
answers
11k
views
RESTful API communication between multiple web servers
I'm trying to understand RESTful communication, but I still have a few doubts.
I have a main web application (on the right side of the Architecture) made in AngularJS, which shows data coming from ...
0
votes
1
answer
64
views
REST API crossresource operations structure
I'm wondering what's best practice in next use case:
I'have a view that displays data for 3 resources User, Company, and CompanyType (chosen in select, can be added dinamicaly so it's not enum).
What ...
5
votes
1
answer
857
views
Different type of MEAN Stack Architectures
I am reading a book (Getting MEAN by Simon Holmes) about MEAN Stack which talks about different architectures that can be used while developing an app in MEAN Stack and I got a little confused with ...
-1
votes
2
answers
843
views
Angular JS vs Modern MVC frameworks
I might be wrong for some things here, but here is what I recently though about.
Modern frameworks MVC such as ASP.NET MVC 5, CakePHP, Java Spring etc. has their logic clearly separated into Models ...
0
votes
1
answer
1k
views
Accessing data from private API (with Basic Auth credentials) using Angular JS
I have been tasked with connecting an existing Angularjs app to a third party service via API using Basic Auth credentials I got from the third party website.
I am not as experienced with Angular and ...
1
vote
1
answer
2k
views
Methods of preventing SPAM with an API - AngularJS Website Contact Form
I'm exploring AngularJS and ran into an interesting question. If I develop an API to power my AngularJS website it would include public facing items such as a Contact Form. Assume an API method exists ...
2
votes
1
answer
4k
views
Server side or client side mvc: which approach imposes less load on the server?
Which is the best approach when developing a dynamic web app with multiple views and dynamic content. regarding server load and responce times:
use a server side mvc (such as Sailsjs or ASP.NET MVC) ...