socket.io와 Vue.js로 구현한 채팅 서비스
$ cd backend $ npm install $ npm run start
$ cd frontend $ npm install $ npm run serve
devpla
Back