Skip to content

nsalikhov/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

Simple chat with registration and communication via public and private messages.

Project is based on ASP.NET MVC5, WebSockets and KnockoutJs.

For simplicity:

  • there is no inputs validation except checking required fields;
  • return url is not implemented;
  • there is no helper messages, such as "Registration completed" and others;
  • only a few classes are covered by unit test;
  • users data stored in memory, another storage can be used by implementing IUserRepository interface;
  • ...and more others imperfections.

About

Test task for HR — simple chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages