-
Info I’ve been really wanting to be able to send image and video data over the internet using sockets in …
- 383 views
- 1 answers
- 0 votes
-
- 409 views
- 1 answers
- 0 votes
-
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? …
- 315 views
- 1 answers
- 0 votes
-
I am creating a socket program using python. I have a function which receives 8 byte data from client each …
- 332 views
- 1 answers
- 0 votes
-
I want to implement a put method where client send request and I will write that into my file. The …
- 331 views
- 0 answers
- 0 votes
-
I have some code here to connect to a server and I’m getting the error java.net.ConnectException: Connection Refused. I tried …
- 376 views
- 1 answers
- 0 votes
-
Multiple clients and one server for bingo game Server.java import java.io.DataOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.*; import …
- 299 views
- 0 answers
- 0 votes
-
Why is not working even after establishing connection ? What are the major errors? also can someone explain what’s happening …
- 289 views
- 0 answers
- 0 votes
-
I’m looking for some event/reactive online tools to make a card game in a browser. I think JS is most …
- 364 views
- 2 answers
- 0 votes