Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaji authored Nov 6, 2019
1 parent 14ecc5c commit 151a164
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# WebRTC Demo with ASP.NET Core
This is a demo of using WebRTC with ASP.NET Core as a signaling server.
WebRTC allows direct peer-to-peer communication to work inside web pages.
This demo shows audio/video communication and file sharing without sending data through the server.

## Demo
Since some browsers don't support WebRTC, I recommend using Google Chrome.

https://makoto-dev.azurewebsites.net/

0 comments on commit 151a164

Please sign in to comment.