diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec1d7a6 --- /dev/null +++ b/README.md @@ -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/