Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 636 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 636 Bytes

MMA Chat Application

Overview

MMA Chat Apps, is a console application used as a educational application, demonstrate the major distinctions between implementing Client\Server Applications using gRPC, RESTSignalR, Socket, and Microsoft Orleans Framework.

By providing different implementations using those technologies for the same set of functionalities

Features

MMA Chat App provides set of features as a console chat application

  • Send Messages
  • Join Chat Room
  • Leave Chat Room
  • Create Chat Room
  • Sync Messages History
  • Show Room Members

This is not a production ready app and mainly used in educational manners