All Questions
2 questions
0
votes
1
answer
1k
views
Calling RESTful service from browser and handling 4xx class responses
I have a resource called Logins, and I invoke a GET via AJAX from the browser. The current behavior is to return a 404 when the specific login cannot be found.
I'm using this to check whether a ...
1
vote
3
answers
4k
views
Are (mostly) client-side JavaScript web apps slower or less efficient?
I am in the midst of writing a web application for work. Everything is from scratch. I have been a PHP programmer for about 13 years, Node.js programmer for the past 2 years, and have no shortage of ...