Structure of a single page app
I’m looking to develop a one page app, and will likely be using node.js for my server side coding.
What was the first server-side language [closed]
It’s difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. I was thinking about different server-side languages and […]
What is occurring in the world of server-side technologies in regards to the mobile app boom?
With mobile technologies becoming increasingly popular what is happening on the server-side with most of these apps when they need to communicate with a back end?
Good technologies for developing a modular server component in .net?
I am using WPF, Prism and Unity to develop the user interface for a .net application. The UI will run from a PC, but I also need to develop a separate complex server component that will provide services to the PC component via WCF.
What are the differences between server-side and client-side programming?
I’ve seen questions (mainly on Stack Overflow), which lack this basic
knowledge. The point of this question is to provide good information
for those seeking it, and those referencing to it.
How important is using the same language for client and server?
I have been evaluating architecture solutions for a mobile project that will have a web-service/app in addition to native apps and have been looking at various libraries, frameworks, and stacks like Meteor, this being a sort of “open stack package framework”, is tightly bound with Node.js.
What are some non-MS languages that can write xlsx (Excel 2007+) documents efficiently? [closed]
Closed 10 years ago.
REST efficiency on count and sum methods
For example, if I have a Customer Transactions Table and I create a REST for it. The fields are: date, description, and total_amount.
More comfortable working on the backend, often referred for role on the front end [closed]
Closed 9 years ago.
Writing a TCP protocol or use HTTP for file transfer?
I want to write a server side application which allows several users to exchange files (not above 3MB) in the following way: user A connects to (server) S. User B connects to S. User C connects S. User A sends a file. Users B and C “see” that a file was/is being uploaded and start downloading it.