It refers to client-server model, where providers of a resource or service is called Server.
0
votes
1answer
66 views
Act as MySQL server in Java/Android
Is it possible to act as a MySQL server in a Java or Android application, such that applications like HeidiSQL can connect to it?
What I want to do is to write an application for Android which ...
2
votes
0answers
46 views
How to handle a large amount of authenticated clients
I currently have made a multithreaded server in c++ for windows, where each connected client gets a thread to themselves which stays running until the client's socket is closed.
When a client ...
-2
votes
0answers
23 views
How to develop a server like SmartFox to hold unlimited clients [closed]
I want to learn how to make a server from scratch. A server like the SmartFoxServer for games I develop on Flash CS5.5.
To give you guys an idea, I want to make a game where users have to sign-up ...
0
votes
0answers
20 views
Port forwarding and C++ Winsock Client-Server applications [migrated]
As the title says, I'm creating a TCP client and a server program in C++. My question is, when running the client and server on two separate machines that go through a different firewalled router over ...
1
vote
2answers
43 views
Client / Server dependencies with Continuous Integration
I'm starting to use continuous integration for one of my projects and had some questions about structure and architecture.
It's basically a multi-device webservice that is split into one server ...
-1
votes
2answers
82 views
LAMP without PHP [closed]
My question is that is the P part of the LAMP really necessary?
I will have the database and I can connect to it via the appache http so why will I need php/python in the server side (if it is a ...
0
votes
2answers
51 views
sell applications that run only on a GPL v2 Server [closed]
I have been testing Pentaho BI server community edition, and after reading their licensing terms I found out that the community edition is under GPLv2.
As you may know the server is intended to host ...
2
votes
1answer
56 views
Will hosting documents on AWS reduce our load?
Due to partnerships, we are required to host our website through our partner company. However, we had an idea that perhaps we could offload the document storage to an AWS document server. The ...
1
vote
1answer
90 views
Differentiating Standalone and Client-Server architectures
I was wondering what is the exact difference between a client-server and a standalone application, particularly in following scenario.
For example lets say there is a win forms application running on ...
0
votes
2answers
255 views
how to approach pharmacy software project [closed]
I would like to complete a pharmacy software proof concept. But I have a few questions I do not know.
Physician information
In order to refill or dispense a new RX the software needs to have access ...
0
votes
0answers
14 views
Mobile application: What should be the server authentication strategies?
I am developing an mobile application for the first time and have some confusions around it
What I plan to do?
The iPhone application will have Sign in with Google where user will authenticate on ...
-2
votes
1answer
233 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 ...
0
votes
0answers
351 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
139 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
66 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
154 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 ...
1
vote
2answers
103 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
297 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
51 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
97 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
66 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
813 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
273 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
3k 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 ...
1
vote
3answers
358 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
222 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 ...
3
votes
1answer
238 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
154 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 ...
0
votes
1answer
107 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
149 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
113 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
417 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 ...
11
votes
5answers
834 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
1k 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
2k 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 ...
5
votes
2answers
5k views
Front end written in languages used for back end! [closed]
From my experience in web development, I know that languages like PHP,Java,Python..etc are used for backend development stuff (software that running on server), and for front end languages, ...
0
votes
3answers
162 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
210 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
854 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
325 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
274 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
486 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
117 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
612 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
403 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
217 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
362 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 ...
3
votes
2answers
1k 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 ...