Questions tagged as 'cliente-servidor'

1
answer

Creating a client-server architecture in C # [closed]

I made a N-tier test application (database access, presentation, business model, and transfer objects) worked quietly and I learned a lot about 3 layers and N layers. Now I want to make a program that is client-server and I have these doubt...
asked by 05.07.2018 / 01:33
1
answer

BufferedReader always returns null

Although some questions already exist with the similar subject, I did not get an exact answer, so I turn to Stack again. I'm developing a client-server system, I already had the most advanced project, and I decided to start from the beginni...
asked by 08.12.2017 / 00:38
1
answer

Is it feasible to put an IdHTTPServer in a Mobile Application so that it receives instant messages from a remote server?

I want to make an application that receives notifications without browsing the server at all times, and is able to run in the background on Android. I will use the Firemoney platform, which uses object pascal to replace java. I'll use the Indy l...
asked by 28.06.2016 / 19:30
1
answer

Web Hosting or Streaming Hosting?

I'm developing a project, in which the idea is to allow the user to listen (from a player - > plugin in javaSript built into the index.php page) to the selected music ... In the sense of providing a good service , what is the ideal hosting so...
asked by 18.07.2014 / 13:42
1
answer

Python - Local Multiplayer System

I'm trying to create a local multiplayer system, where it will have a script for the "server" and several "clients" will be able to connect. For now I will use in a simple test application, where users will create their accounts, will log in and...
asked by 09.07.2014 / 15:40
0
answers

Service request in PHP

I am doing a Client / Server exercise, I have a sql with several product records and I can LIST ALL, FILTER BY PRICE and FILTER BY CODE, but at the time of implementing the stock change service, it does not recognize my fuction. Part 1 I was abl...
asked by 13.09.2018 / 19:44
0
answers

(Socket) Client and Server Connection - how to get return from Cmd- Client (Python)

I want to run a command in the client's Cmd and return the values to the server. I've already been able to run the command in the client's Cmd ... Now how do I return the values to the server? The Server: import socket import os Host = "1...
asked by 31.03.2018 / 03:31
0
answers

Server nodejs to accept connections after a running time

I made an application to control simultaneous logins, at start everything works perfectly, but after a few hours I can no longer connect to the server the client returns me the following error net :: ERR_CONNECTION_TIMED_OUT and on the server si...
asked by 16.11.2015 / 17:31
0
answers

How to maintain the connection between Android client Java server?

When I connect to the server, I should receive a message saying that it is connected, but when I send a message to the server, the application pops up. This is the button code to connect to the server: public void connect(View view) { T...
asked by 07.02.2015 / 19:18
1
answer

How do you make a socket that actually connects to other computers?

I tried to make a socket in Python 3.5.1, but when I went to test it, it only connects with me. I tried connecting to another computer (from my friend), but it does not connect. Does anyone know how to make a socket that actually connects? If...
asked by 13.07.2016 / 02:06