Skip to content

masonyunforlearning/LinuxWebChatting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinuxWebChatting

2021-2-SystemEngineering-ChattingApp Socket, ncurses, fork를 이용한 Linux based WebChatting Program.

Compile

~$ cc server -o server.c
~$ cc client -o client.c -lncursesw -lpthread

Server

~$ server <Port>

Client

~$ client <IP> <Port>

회의록

https://docs.google.com/document/d/17zlNkrKK7ZQpCMKVUkzqMYldj5G3UYX1nzduXloYZfA/edit?usp=sharing

트렐로

https://trello.com/invite/b/RMc8xoJO/f31d64f22258ba46ee9cf3b1240aa8eb/%EC%8B%9C%EC%8A%A4%ED%85%9C%ED%94%84%EB%A1%9C%EA%B7%B8%EB%9E%98%EB%B0%8D-1%EC%A1%B0-%ED%8C%80%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8

About

2021-2-SystemEngineering-ChattingApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages