New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/igorbezsmertnyi/webrtc-video-chat

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/igorbezsmertnyi/webrtc-video-chat

  • v0.0.0-20240407131243-58fb910fc2d0
  • Source
  • Go
  • Socket score

Version published
Created
Source

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.

FAQs

Package last updated on 07 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc