It refers to client-server model, where providers of a resource or service is called Server.
-1
votes
0answers
53 views
Python Script running without installing python [on hold]
I am a beginner in Python/Web development/Django Framework.
I have python installed in my local computer (A).I have written an application in Python language using the Django framework which works as ...
-2
votes
1answer
182 views
What does programming a server exactly mean? [duplicate]
I searched around a lot, but couldn't find it. I know what server-side programming is and I've done it myself-- getting user's data, storing it in a database etc. using a server-side programming ...
1
vote
0answers
117 views
Efficient development process for Golang (or any backend) and JavaScript?
I am developing a web application. The frontend is a mix between JavaScript and server-side generated html. The backend is written in Golang. Might not be very important, but if somebody made a ...
7
votes
1answer
125 views
Securely sending data from shared hosted PHP script to local MSSQL
I'm trying to add data from a webhook (from a web cart) to a local Microsoft SQL Server. It seems like the best route for me is to use a PHP script to listen for new data (POST as json), parse it, ...
0
votes
1answer
44 views
Android -> Ruby Server Interface -> Mongodb
I've been wrecking my brain about this for a few days. I'll run my scenario by you and hopefully you can help me. In my head this is how it goes:
I have an Android App.
I want my Android App to make ...
1
vote
1answer
74 views
Accessing a remote server from desktop application
Web applications (.jsp / Java) have the advantage that they can be run from any client browser by putting a single URL into the address bar, and off you go.
However, the average web application is ...
0
votes
2answers
60 views
Sending emails from server side
I need to read some of your opinions. I'm developing a desktop app (.net/winform) to keep data in one place. This is used by several clients and the data is stored in MS SQL Server (client-server ...
1
vote
1answer
155 views
Best practice for projects architecture - server side [closed]
The usual way (that I'm familiar with) to divide the server side is the n-layer architecture :
DAL - data access layer, usually has the Entities and the context (and maybe include also a repository)
...
0
votes
0answers
42 views
Is having coupled hosting in one platform better than having decoupled hosting?
Recently I have been thinking of converting some ideas into apps with couple of like minded friends. Our app will have an module, where users must include an instant messaging.
The requirement for ...
2
votes
0answers
79 views
Mobile IOS Application to Server interaction design?
I've built a set of what will be server-side programs in python. Essentially they crawl the net and index news articles.
The iOS mobile application will be what the user interacts with. So it needs ...
0
votes
0answers
49 views
Web-app DAO and server architecture design for service outside LAN
i just need a suggestion what path should i take to educate myself further.
Situation:
We've got in our company internal (LAN only) application that, among other things, serves something like ...
0
votes
2answers
461 views
What could be used to get data from server to android as fast as it reaches server?
What is the best way to get data from server as fast as it gets to it? (Like instant message, or simple broadcast for example).
I first thought about using miniature web server in android and get ...
2
votes
2answers
181 views
When is the private key given to the client? [closed]
http://www.thebuzzmedia.com/designing-a-secure-rest-api-without-oauth-authentication/
I've been reading the article and I haven't really grasped it yet. When is the private key given to the client?
...
-2
votes
1answer
2k views
Advantages and disadvantages of PHP/Ruby [closed]
I've been a front-end developer for about two years now, and I'm attempting to break into the server side of things. Ideally I'd like to work for a startup social network on the back-end side so I ...
0
votes
0answers
22 views
Request size sweet spot?
In a client-server situation, a way to batch requests to the server, ideally to batch all requests for one page (on page load), to get the entire model view for the page and all resources in one HTTP ...
1
vote
3answers
327 views
Why should I use node.js as http server?
I know what node.js is & what it does.
What I really want to know is how does it work as an http server?
A server like apache gets a request, fork a process, allocate memory to process, handle ...
0
votes
0answers
122 views
How can resolve an URL on a specific DNS server
I'm currently facing a issue on a project.
I'm resolving URL's on multiple DNS servers using a node.js server.
Until here, everything is fine.
But some ISP restrict the incoming requests from IPs ...
2
votes
1answer
204 views
Backend development philosophy
I feel kind of lost in this backend development process I am attempting right now. Most of the usual development practices I use while developing client-side applications don't apply here... Let me ...
1
vote
1answer
90 views
Should processing/filtering be performed client side or server side for catalog based apps
Device targeting for product XML catalog
We currently have a webservice that outputs an XML of products based on get parameters in the request. The webservice is consumed from a windows mobile ...
-1
votes
1answer
80 views
HA X11 server with Anycast and Remus, will 25ms Remus sync buffer create a problem for the typical X11 app? [closed]
I am thinking to try and configure VM infrastructure to achieve high availability for X11 server by utilizing Anycast router (e.g. utilizing Quagga) and Remus Xen server for master-slave HA. So far, I ...
-1
votes
1answer
76 views
Make an app that communicates with an app on a server over wifi [closed]
This is a very broad question, and I'm just looking for a pointer in the right direction more than a specific answer, but it's something I've always wondered and never known.
Lets say I have a ...
1
vote
1answer
129 views
How to refresh/keep up to date content in the browser without overloading the server
I am not very educated on this topic of programming so I am seeking any advice/knowledge. I am coding a web app in PHP, and this particular task requires updating the display after the server has new ...
-1
votes
1answer
97 views
A Server sending data to be processed to clients [closed]
About a year ago I had an idea in mind which was using my friends computers to help me process my data, so I programmed a socket server application with boost::asio, and gave the client part of it to ...
5
votes
2answers
394 views
Game server code design
I'm designing a multiplayer game server where the players are in rooms. Right now I have classes to take care of the client, networking, etc. I'm struggling however to find a design for this Room ...
0
votes
2answers
563 views
I'm currently behind two NAT's with no public IP. Is there a way to self-host a client/server application? [closed]
I'm planning to write some small application for me & my friends. Specific functionality aside, it should allow me to "host" a session (using a dedicated server application) and my friends to join ...
11
votes
5answers
746 views
What Do I Need To Know About Servers In a Web Development Role? [closed]
I know that may sound a little vague, so I'll try and explain a little further...
After being self employed developer for many years I'm now in search of a commercial web developer role. My only ...
3
votes
2answers
944 views
What to do when request is sent to server and while waiting for response internet connectivity lost?
I am sending a huge amount of data to server. Now while I have sent the data and waiting for server response, suddenly my android device gets internet connection lost.
So what I used to do is, showing ...
3
votes
4answers
1k views
Web App vs. Desktop App Regarding Deployment
I'm taking on an opportunity for a local business to develop a small, simple timesheet manager (they still record time by hand) and am currently in the planning phases. It will include basic ...
6
votes
2answers
4k views
Front end written in languages used for back end! [closed]
From my experice in web development, I know that languages like PHP,Java,Python..etc is used for backend development stuff (software that running on server), and for front end stuff languages like ...
0
votes
3answers
161 views
Sleeping Web Server?
Are there any languages or even servers that instead of running a script on page load, (Apache/PHP, Ruby on Rails, ...) actually keep the code loaded and running forever, and when it receives a ...
2
votes
4answers
208 views
The right place to embed a parser : Server or the Client?
I'm writing a database management software. It has a client-server architecture where the server has the piece of code to store and retrieve. The client has to get the input from the user, connects to ...
2
votes
1answer
789 views
Building a strong robust client-server system
I need some help with regards to implement a pre-designed system that has 4 components and several constraints. I've spent approximately 50 hours trying to determine the best way to build this system; ...
5
votes
2answers
290 views
Seeking xinetd alternative for forking concurrent servers in Linux
I recently posted here asking about the drawbacks of having a server process bind to a dynamically assigned port. That approach came about because xinetd, which launched the server process, allocates ...
2
votes
4answers
273 views
Preventing password hashing algorithm from overloading CPU
These days password hashing algorithms are designed to be slow. While it prevents black hats from guessing the password (at least partially), it also gives additional work for the server.
I can ...
-1
votes
3answers
441 views
Host an MVC 3 with Razor syntax app on old server
I just started a new job, I have to create a web app for them and host it on their intranet on an Windows 2003 R2 server with SQL server 2008.
As said in the question, I'll work on a MCV3 with Razor ...
0
votes
1answer
116 views
which is better of these two architectures and why
PhpServer will handle gSoap requests and http requests from clients.
PushServer will push notifications to clients and act a file server.
There are many server machines. Every PhpServer will ...
8
votes
3answers
602 views
C++ Web Development: Wanting a minimalist start [closed]
I'm currently working on a Computer Science degree, and I want to build my own Web Server library. The problem? Every search I've done on interacting with web sites points to "Use this library that ...
0
votes
2answers
396 views
Python/Database Website development [closed]
I want to create my own website that would allow me to acess a database in the server and do inserts and lookups in a user friendly way. I am a seasoned user of linux and C/C++, and also have ...
1
vote
2answers
1k views
Is it a right thing to do, to use Node.JS as a TCP Server? [closed]
Part I - The Story:
I have crafted a high performance TCP server in C# (based on SocketAsyncEventArgs) which works brilliantly (for my cause). I have more than 7000 clients, sending me a message ...
4
votes
5answers
212 views
How can an developer working alone respond to a spike in server demands?
Imagine this scenario:
You've created a multiplayer game app for a mobile platform such as Android. You successfully set it up with one server, you figured out how to do that. It works quite well.
...
-1
votes
1answer
360 views
How to reconstruct this application using design pattern
I am engaging in redesigning a linux c++ server application. The application acts as file relayer in the form of receiving file packets (incuding control packets and data packets) from client A, ...
1
vote
1answer
2k views
High-Load Java Server for Multiplayer
I am making a multiplayer game. Now I am trying to choose the technology to connect the android devices to the server. The clients run on Android, and the game is MMORPG. I would like to write the ...
2
votes
2answers
689 views
How to write a HTTP server?
As the title says, I would like to write a HTTP server. My question is this, how do I do this? I know this sounds VERY general and too "high level", but there is a method to my madness. An answer to ...
1
vote
1answer
103 views
What is the best/most standard way to measure server load?
I'm a bit green to web applications although I am in the final phases of developing one for a client. I'm using Django with Gunicorn/Nginx on an AWS m1.medium. The database (MongoDB) is on a separate ...
0
votes
2answers
253 views
What does “deploy to a physical machine” mean
I was asked whether I've ever "deployed to a physical machine" and I'm seeing this terminology when googling, but not getting a definition. What does it mean? What other way could someone deploy an ...
1
vote
3answers
245 views
Why not use a RTOS with microkernel architecture for highly concurrent web servers?
Why not use a RTOS with microkernel architecture for web servers? The scheduler is deterministic and all requests will be handled quickly leading to faster response time? It's easy to extend an OS ...
0
votes
1answer
60 views
Should I re-download my server data after each change?
I have a simple DB editor that sits on the client. When I make changes via the editor, should I re-get all my data, as some of it is changed, or can I just do a check to make sure the procedure ran ...
1
vote
1answer
326 views
Which .NET technology would work as an improvement for this client/server application?
I am helping a friend with his rewrite of his .NET application, currently using WinForms + sockets, which is a client/server program that currently has on average ~120 concurrent users (sending ...
-1
votes
1answer
5k views
What is the difference, between a server and a mainframe? [closed]
To me, it seems as though "mainframe" is a somewhat dated term; is it simply an older synonym of "server," or does it server a purpose more similar to a cluster/supercomputer?
1
vote
4answers
391 views
Why can't the PHP engine handle HTTP communication?
The PHP engine interprets the PHP code and is perfectly capable of working with sockets, forming HTTP packets, etc. Why then do we need a separate Apache server, when the http serving duties could be ...