2020-2학기 네트워크 과목의 텀 프로젝트로 제작한 채팅 프로그램입니다.
- kim su hyeon : design overall program schema, make and implement overall server-client protocol&code.
- ko jimin : make overall GUI using Swing, wether service using open data.
- Sin hyeon ho : design DB schema, make DB&query using JDBC, provide tictactoe backborn code, design file send basic code.
Using CreateTable.java, make DB in server's mysql.
(CREATE DATABASE network; -> run createTable.java)
check serverinfo.dat's path in client
fisrt : run MainServer.java
and you freely run CLient.java