From 151a1640966fdbd6ffc5b6f994c04069965a014d Mon Sep 17 00:00:00 2001 From: Makoto Kaji <40662025+mkaji@users.noreply.github.com> Date: Tue, 5 Nov 2019 21:26:06 -0500 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md 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/