I am trying to build a notification system where-in my back-end, upon receiving a webhook from a third party, will notify the front-end of a particula ...
I am trying to build a notification system where-in my back-end, upon receiving a webhook from a third party, will notify the front-end of a particula ...
For a project for my university I have to create a client/server application where the client and the server communicate through sockets and the clien ...
. Answers to this question are eligible for a +50 reputation bounty. vi ...
If response doesn't come from client.request(request); or if it is taking too much time then My .exe will just wait continiously ? So what should I ...
I am working on a client application that sends transactions to a server over a TLS connection. The applications sends a given number of bytes and rec ...
This is a response from server of a video file. When seeing the preview in chrome(image) it shows in some characters(Not sure what kind of character i ...
I am developing an quiz application which requires to calculate the exact time taken by user to give an answer for an question. I can not implement t ...
There is a front-end npm server hosted on a public port 80 in my production environment. I can launch a remote web browser client of this front-end se ...
I am new to socket programming. I am trying to run the client and server code and send messages from client to server and vice versa but I am facing a ...
I got that friend who want me to build a website for him. There will be no database, no need of Auth or anything like that, only text, images, embed s ...
I have developed a client application and server application which can both run on any Linux computer and communicate with each other. I need to set ...
I was trying to accept some data from client, send it to the server and also send feedback from server to the client again. When server only gets some ...
I want to develop a service that have server which get multiple connection and requesting and read struct based data. Now problem is how to send and r ...
How to prevent memory leaks in pthread? I am running a server client program where server has to execute a pthread program and pss the result to clien ...
I have created this code snippet in both a single threaded version and multithreaded for a client/server setup I have going. I have tested both (recor ...
This my client code: This is my server code: Whenever I try to send a message it always comes back with words from a former message I sent I gi ...
I would like to create around 10,000 clients and use them to send and recieve messages from Flask-Socketio server. I am using the default Flask Werkze ...
Ive been trying to create a client-socket server that accepts input from the keyboard and translate strings that you type into requests to the server. ...
I'm writing a file transfer protocol server in Java that is utilizing the HTTP/1.1 standard outlined in RFC2616. After the server accepts a connectio ...
I'm building online examination system and i want to use accdb for database. My question is will accdb allow multiple students to read the test from t ...