Skip to content

A set of scripts that utilize Python's asyncio module to serve as an asynchronous chat server and client(s).

License

Notifications You must be signed in to change notification settings

ali-albdaer/AsyncSocketServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Socket Server

Description

An async socket chat server and client scripts.

Installation

  • No external libraries are required to use the scripts.

Usage

  • Put your IP and Port in scripts/config.py (ex: "localhost", 8000) and:
  • Manually run scripts/server.py and scripts/client.py

License

This project is licensed under GNU General Public License.

About

A set of scripts that utilize Python's asyncio module to serve as an asynchronous chat server and client(s).

Topics

Resources

License

Stars

Watchers

Forks

Languages