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.
- Clone the repostitory
- Install nodejs
- Install golang
- Install postgresql
- 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.