Tag

chatroom

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Dec 7, 2024 · Fundamentals

Implementing a Simple UDP Chatroom with Python Sockets

This article explains the fundamentals of socket programming in Python by demonstrating how to build a lightweight UDP-based chatroom, covering socket creation, common methods, and complete server‑client examples with code snippets for multi‑user communication.

BackendSocketsUDP
0 likes · 8 min read
Implementing a Simple UDP Chatroom with Python Sockets
Java Captain
Java Captain
Dec 10, 2020 · Backend Development

Implementing a Real-Time Network Chatroom in Java Using TCP and Multithreading

This article explains how to build a real‑time network chatroom in Java using TCP sockets, multithreading, and a ConcurrentHashMap to manage user connections, detailing command handling for listing users, group chat, private messages, exiting, and server shutdown, with full source code examples.

ConcurrentHashMapSocketTCP
0 likes · 14 min read
Implementing a Real-Time Network Chatroom in Java Using TCP and Multithreading
php中文网 Courses
php中文网 Courses
Nov 10, 2020 · Backend Development

Building a Simple Chatroom with WebSocket and Swoole (PHP)

This tutorial demonstrates how to create a lightweight chatroom by combining WebSocket on the front end with Swoole's WebSocket server in PHP, covering project setup, required environment, client‑side HTML/JS, server‑side PHP code, and steps to run and test the application.

JavaScriptSwooleWebSocket
0 likes · 8 min read
Building a Simple Chatroom with WebSocket and Swoole (PHP)