🎓Repository for masters labs on FCSN, BSUIR
-
Updated
Jan 7, 2023 - Python
🎓Repository for masters labs on FCSN, BSUIR
The repository includes lab exercises for the course Computer Networks (CS6111)
Project to make a fully functional TCP Chat server in C, along with the client programs. Uses C sockets, netdb, netinet, arpa/inet libraries. Multiple clients can connect, each with unique usernames decided via prompt at connection time.
Yet another educational tcp socket based chat
A simple and lightweight peer-to-peer chat application for local area networks (LAN). This app allows users connected to the same network to communicate with each other in real time without requiring internet access or a centralized server.
Chat usando o protocolo TCP
Socket programming is a part of intermediate python programming. Sockets are low-level endpoints of an end to end connections. Most of the programs in this repo are based on TCP sockets
A simple TCP-based chat server and client written in C++. This project was originally created by Max Base, and later ported to C++ by Kambiz Asadzade.
Python Chat App
CN-SEM 5
This is the client codebase for iCOM system. iCOM is an internal communication system that is designed to service the communication needs of organizations through the use of a concurrent server which runs on any unix-like system and a client that can be run on any other operating system used by the organization.
A lightweight and efficient TCP chat server built with TypeScript and Bun. This project demonstrates how to handle multiple client connections, broadcast messages, and manage user sessions using Bun's high-performance networking capabilities.
A simple server client chat server using node's net module
TCP chat using nonblocking sockets
Add a description, image, and links to the tcp-chat topic page so that developers can more easily learn about it.
To associate your repository with the tcp-chat topic, visit your repo's landing page and select "manage topics."