Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
myitinos ff8369eecb updated to remove GUI 4 роки тому
client a step back to use CLI again 4 роки тому
server a step back to use CLI again 4 роки тому
LICENSE added year and license holder 5 роки тому
README.md updated to remove GUI 4 роки тому

README.md

chat-app

Table of Contents

NIM : 160010136

Nama: Leonardo Deo Gratias Agamus

This project is made to complete my Network Programming midterm assignment to make a simple chat application using python.

This is a simple chat app that use socket for connection.

Server

You can run the server side script inside the server subdirectory by using:

__main__.py HOST PORT

or

__main__.py -h

to see the full help dialog

Client

You can run the client side script inside the client subdirectory by using:

__main__.py HOST PORT

or

__main__.py -h

to see the full help dialog

Thanks to

Thanks to these two article as my inspiration