A way in which data is sent either to or from a server. This data will be sent using a standard protocol that abides by the standards provided by the w3c
Questions tagged [server-communication]
47 questions
0
votes
0 answers
Communication between client's webbrowser and server's serial port
I have a server that can communicate (Python) with its serial port. However, I want that anybody accessing this server from a web socket receives a website based on data from the server's serial port. So a (http?) request from the client should…

black
- 1,151
- 3
- 18
- 46
0
votes
2 answers
Can I forward an http request from one node.js or python server to another server?
Hello I have this question I have not found an anwser yet.
I would like to create something like the image I attach.
The normal workflow should be something like this:
Client sends a request to server 1;
Server 1 receives the request;
Server 1…

Giuseppe
- 307
- 3
- 18
0
votes
3 answers
Error accessing MySQL database remotely with Java
Hello to the beloved StackOverflow Community.
So, I am new to Java and MySQL development and, long story short, I'm trying to make devices communicate over the internet using a MySQL database (and the tools provided by MySQL Workbench (v5.6) ), my…

Manos Mertzianis
- 1
- 3
0
votes
1 answer
How to Get Response from Servlet to Android using HttpUrlConnection
I tried to get data from servlet but failed. I used HttpUrlConnection class instead of HttpClient or HttpConnection and 'get' method. I can't find What is wrong. Android app didn't failed but they can't get any json string from server. android log,…

LeeSuJeong
- 1
- 4
0
votes
1 answer
Email or socket communication between servers
I know this is an odd questions but it is one that has come up in a group I am working with and has been one of great debate. I will try and explain what we are trying to do to the best of my knowledge.
Basically we have multiple servers that are…
user4681078
0
votes
1 answer
Facebook SDK: How to use JavascriptLoginHelper
I'm implementing a Facebook login flow by using Javascript + PHP SDK. I want to get Access Token from Javascript and pass it to PHP which should extend it (to obtain a long-lived access token) which have to be stored in a Database for making API…

Giacomo Giorgianni
- 61
- 1
- 4
0
votes
1 answer
resend function on IRC channel
I am looking to set up an IRC client on a computer with functionality which will give feedback on message receipt. The connection will be an unreliable connection so ideally, I would like the channel to provide feedback to the user until the…

Akt904
- 111
- 1
- 4
0
votes
3 answers
Flex sending snapshot without using base64Encode
var is:ImageSnapshot = myImagesnapshot;
var str:String = ImageSnapshot.encodeImageAsBase64(is);
As of now, I am sending my jpeg data to the server with the code above.
The problem is that it almost doubles the size of the data.
Is there a way to…

simplfuzz
- 12,479
- 24
- 84
- 137
0
votes
2 answers
Where to put in Android code to communicate with server over http
The question is how to communicate with an Android phone to a server, so that if the Activity is left and the call in the Activity was not successful to repeat the transaction once again automatically. Just now I use the AsyncTask of Android to…

user1408341
- 47
- 5
0
votes
3 answers
Java server-to-server interface
I have to design a (java) interface for server-to-server communication, but I have no experience what so ever in this field.
My Server fetches information from different sources. Other servers shall be able to connect to the server and get the…

cLar
- 280
- 1
- 3
- 17
0
votes
2 answers
Solution for communication between Server A (C#) and B (C)
I'm a little stuck here. I have a Server B that is written in C# .NET and communicates with a device I want to work with (e.g. debug it). Then there is Server A (written in C) which communicates with my Eclipse. These two things are no problem at…

Stefan Falk
- 23,898
- 50
- 191
- 378
0
votes
2 answers
Expose Liferay functions to another web application
Here's my situation: I'm running a JBoss 7 in Domain Mode with several nodes. One node is in charge of my Liferay 6.2 another one runs several other web applications. Now I'd like to implement some kine of Single Sign On routine. So to use my web…

Sebastian Sommerfeld
- 317
- 1
- 5
- 21
0
votes
1 answer
From editor to web page in fewest possible steps
Currently I use FileZilla, FireFox and Sublime 3. Steps between editing and seeing result:
while (!allFilesSaved) { click; Ctrl-S; }
while (!foundFileZilla) Alt+Tab OR clickIcon;
while (!filesHighlighted) highlightFiles;
Enter OR…

user3195417
- 329
- 1
- 2
- 9
0
votes
3 answers
Internal server communication php
I am building an app that will first be a web app and soon will get built into a mobile app.
My approach to this is. Have core app built and deployed on one machine. The web-app will be on a different machine (both on amazon). The web app is just ui…

DMin
- 10,049
- 10
- 45
- 65
0
votes
2 answers
Reverse Engineering an Application Communicating to Online Servers
I would like to monitor the data that gets sent to and from an application running on my computer, to this outside server.
What do you suppose is a suitable application to best perform this process??

bazz
- 413
- 6
- 14