Skip to content

Guest-01/py-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

py-chat

TCP Socket-base Chatting App
TCP 소켓 통신을 이용한 채팅 애플리케이션

시작하기(Getting Started)

python server.py  # -p PORT (default: 5656)

서버를 먼저 실행하면 해당 포트에서 대기한다.

python client.py  # -i HOST -p PORT (default: localhost, 5656)

클라이언트를 실행한다 이때 인자로 호스트와 포트를 입력할 수 있다.

스크린샷(Screenshots)

example

License

License: MIT

About

TCP Socket-base Chatting App

Topics

Resources

Stars

Watchers

Forks

Languages