A realtime online course player, built with SignalR and ASP.NET in C#.
This app is used to play course recordings.
git clone https://github.com/jojozhuang/course-player-signalr.git
Open the project in Visual Studio, compile and run. Access the player in web browser and click 'Play' button, enjoy!
Read portfolio Course Player(SignalR) to learn the main functions of this course player.
Read tutorial Building Course Player with SignalR and ASP.NET to learn how this course player is built.