An open source project leveraging SignalR to make real time forms easy.
Check out the introduction on YouTube:
http://www.youtube.com/watch?v=WRGIUJaChyI
Run the CollidR.Mvc5.Sample project (go to /person) to get a sense of what's going on. It's even better with two browsers running!
To get it going in your MVC5 project
Install-Package CollidR
bundles.Add(new ScriptBundle("~/bundles/signalr").Include("~/Scripts/jquery.signalR-{version}.js"));
@Html.CollidREditorPane()
@Html.CollidRAlertArea()
@Scripts.Render("~/bundles/signalr")
@Html.RegisterCollidRFor(p => p.PersonId)
Note: Users must be authenticated before accessing any pages that use CollidR
Fork away! You'll need to complete a Contributors Agreement before I can do a pull request. This will help to make sure that everyone who wants to use the project freely can do so under the license of this project. Speaking of license...
Licensed under the Apache License, Version 2.0.