-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afbd78c
commit 300b866
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,28 @@ | ||
# OSSW_TeamProject | ||
* * * | ||
## 1. 프로젝트 소개 | ||
### 1.1. 무슨 프로젝트인가? | ||
> 웹을 통해서 서버에 접속하여 해당 웹에 접속한 사람끼리 익명으로 대화를 나눌 수 있는 시스템. | ||
### 1.2. 프로젝트 사용 예시 | ||
> USERS | ||
> > - 웹 사이트 접속 | ||
> > - 사용자명 입력 (입력하지 않을 시 임의의 익명 닉네임으로 설정 됨) | ||
> > - 채팅 텍스트 칸에 텍스트 입력 후, 전송 버튼을 누르면 클라이언트의 메세지 전송 | ||
> SERVER | ||
> > - 임의의 클라이언트 A 접속시 A에게 이름을 받아와 웹에 접속한 모든 클라이언트에게 입장 메세지 표시 | ||
> > - 임의의 클라이언트 A가 메세지 전송 시 모든 클라이언트에게 해당 메세지와 해당 클라이언트의 이름 표시 | ||
> > - 임의의 클라이언트 A 퇴장시 웹에 접속한 모든 클라이언트에게 퇴장 메세지 표시 | ||
### 1.3. 프로젝트 역할 분배 | ||
> 송진우 | ||
>> - 백엔드 서버 구축 | ||
>> - 프론트엔드 코드 일부 수정 | ||
> 김동욱 | ||
>> - 프론트 HTML 템플릿 검색 후 업로드 | ||
>> - HTML 템플릿에서 필요없는 부분 제거 및 약간의 수정 | ||
> 정민우 | ||
>> - HTML 템플릿에 필요한 코드를 추가 및 수정 | ||
>> - CSS 일부 수정 | ||
### 1.4. 사용한 기술 스택 |