Skip to content

d0190535/ChatProto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatProto

Real time messaging using signalR

Feel free to contribute...

DONE:

-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

IN PROGRESS:

-Create DB schema and implement it for logging

TODO(in no particular order):

-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

About

Real time messenging using signalR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published