wooju-memdori / stuvel-api

🔥 실시간 화상 스터디 서비스 STUVEL server 🚀
0 stars 1 forks source link

Client Side Rendering으로 변경 #9

Closed hayeon17kim closed 3 years ago

hayeon17kim commented 3 years ago

Description

현재 ejs 를 사용하여 server side rendering 방식으로 되어 있는 화상 채팅방 관련 코드를 별개 프로젝트로 분리시킨다. react를 사용하여 client side rendering을 할 수 있도록 바꾼다.

Progress