socket共14篇
java.net.ConnectException: Connection refused-拾光赋

java.net.ConnectException: Connection refused

java.net.ConnectException: Connection refused,Three checks: 1) Run the Server code before running the Client code. 2)instead of this Socket clientSocket = new Socket('localhost', 5...
kity的头像-拾光赋kity36天前
03915
Building an Event-Driven Socket Server in Python-拾光赋

Building an Event-Driven Socket Server in Python

Building an Event-Driven Socket Server in Python, Introduction When you're building networked applications, handling multiple client connections simultaneously is a key considerati...
kity的头像-拾光赋kity4个月前
0468
Sockets for real-time data flow with Django Rest Framework-拾光赋

Sockets for real-time data flow with Django Rest Framework

Sockets for real-time data flow with Django Rest Framework, Real-Time Communication with Sockets In today's discussion, we delve into the realm of real-time communication between t...
kity的头像-拾光赋kity2年前
03210
An Introduction to Socket Programming in Python-拾光赋

An Introduction to Socket Programming in Python

An Introduction to Socket Programming in Python,In the world of networking, socket programming plays a crucial role in enabling communication between different devices over a netwo...
kity的头像-拾光赋kity2年前
04810
Socket Programming in Python: Client, Server, and Peer-to-Peer libraries-拾光赋

Socket Programming in Python: Client, Server, and Peer-to-Peer libraries

Socket Programming in Python: Client, Server, and Peer-to-Peer libraries,In this tutorial, you'll learn how to exchange data between a client and a server using Python socket progr...
kity的头像-拾光赋kity2年前
03413
An incomplete WebSocket client based on only socket, ssl, and uuid in Python-拾光赋

An incomplete WebSocket client based on only socket, ssl, and uuid in Python

An incomplete WebSocket client based on only socket, ssl, and uuid in Python,A few days ago, I couldn't get a WebSocket library working with another library on Python 3.10. So to a...
kity的头像-拾光赋kity4年前
04815
Live-Video-Stream App-拾光赋

Live-Video-Stream App

Live-Video-Stream App,Hello everyone, In this blog we are going to discuss how we can create Live Video Stream app . Before we start with the demo part first lets discuss the basic...
kity的头像-拾光赋kity4年前
02714
Hosting a Python Socket app?-拾光赋

Hosting a Python Socket app?

Hosting a Python Socket app?,So, I'm doing a thing which is essentially a terminal emulator running on a server. People can connect over ncat/nc and interact from there. The only d...
kity的头像-拾光赋kity4年前
02614
Create a Network Server with Python-拾光赋

Create a Network Server with Python

Create a Network Server with Python,To write Internet servers, we use the socket function available in socket module to create a socket object. A socket object is then used to call...
kity的头像-拾光赋kity4年前
03611
How to implement asynchronous socket status using django channels-拾光赋

How to implement asynchronous socket status using django channels

How to implement asynchronous socket status using django channels,While developing an analytical project using django we came across an issue where we have to show status when our ...
kity的头像-拾光赋kity4年前
0528
python chat app-拾光赋

python chat app

python chat app,I was just trying to practice what I've learned on python so I decided to create this it's actually a chat application that uses Python sockets programming to send ...
kity的头像-拾光赋kity5年前
03012
Java Socket based chat application with SHA-1 hash encryption-拾光赋

Java Socket based chat application with SHA-1 hash encryption

Java Socket based chat application with SHA-1 hash encryption,https://github.com/LalanaChami/Java-Chat-Application-Socket-Java-Swing-GUI- Socket based chat application with a chat ...
kity的头像-拾光赋kity5年前
04611