Skip to content

nmcapule/rtc-chat-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTC Chat

Development

The LONG way

$ cd backend
$ npm run start:dev

The backend listens at localhost:3000.

$ cd frontend
$ npm run start:dev

The frontend listens at localhost:5000 and localhost:35729 (for ws).

The SHORT way

You need to docker-compose.

$ docker-compose up

The frontend listens at localhost:5000 and localhost:35729 (for ws).

Promising Techs