Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeheecheon/backend2023
백엔드 토이 프로젝트 | BE Toy Project
https://github.com/jeheecheon/backend2023
Last synced: 10 days ago
JSON representation
백엔드 토이 프로젝트 | BE Toy Project
- Host: GitHub
- URL: https://github.com/jeheecheon/backend2023
- Owner: jeheecheon
- License: mit
- Created: 2023-09-06T06:17:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-24T00:11:51.000Z (5 months ago)
- Last Synced: 2024-06-24T02:18:11.745Z (5 months ago)
- Language: C++
- Homepage:
- Size: 3.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2023년 2학기 백엔드소프트웨개발
백엔드소프트웨어개발 강의 개인 프로젝트 결과물
# ✌️두 가지 토이 프로젝트가 포함된 Repository.
### ⌨️채팅 서버
- /chat_server 폴더 아래에 프로젝트 위치함
- C++ 콘솔앱, CLI
- TCP Socket
- 클라이언트의 요청에 따라 Protobuf와 JSON 두 가지 메시지 포맷 지원
- 채팅방 생성/삭제/입장
- 채팅 기능### 📝간단 메모 웹앱
- /memo_server 폴더 아래에 프로젝트 위치함
- Python Flask backend + Server side rendered pages
- AWS EC2 + Load balancer
- Nginx, uwsgi 세팅
- 네이버 OAuth 로그인
- Maria DB 사용
- 메모 작성/삭제/조회
- 메모장 사용자별 동기화