Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 686 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 686 Bytes

WebRTC video chat


The application builds on Simple Peer node module, for opening peer connection between browsers and Go signal server with connect via WebSocket protocol to a user and sending command necessary for connection is done.

Start Application

  1. Clone the repostitory
  2. Install nodejs
  3. Install golang
  4. Install postgresql
  5. Run following command:

go install
go run main.go
npm install
npm run dev

Make sure that psql service working. Also, you need to have postgres user and postgres dbname.

For start postgres you able to use Docker, by run docker-compose up command.