Real time messaging using signalR
Feel free to contribute...
-Creating a working instant messaging chat system at its most basic level
-Autoscroll chat window when new message is received (while > than windows height)
-AntiXss encoder (basic html encoding is implemented)
-Capture connect/disconnect
-Add timestamp
-Create DB schema and implement it for logging
-Clickable URL (reference: http://www.codinghorror.com/blog/2008/10/the-problem-with-urls.html)
-Private messaging (capturing unique clients context id for send/request)
-Conference(upper level of pm / add connection to existing hub)
-Make it look pretty