2021-2-SystemEngineering-ChattingApp Socket, ncurses, fork를 이용한 Linux based WebChatting Program.
~$ cc server -o server.c
~$ cc client -o client.c -lncursesw -lpthread
~$ server <Port>
~$ client <IP> <Port>
https://docs.google.com/document/d/17zlNkrKK7ZQpCMKVUkzqMYldj5G3UYX1nzduXloYZfA/edit?usp=sharing