The project "PacChat" is a Chat App with Pac-man as a main theme. In addition to standard chat apps features (sending messages, emojis,... between two users, login, signup, see connected users, access the messages history...), it has an integrated Pac-man game so that you can play when there is no one to talk with !
This repository contains the Back-end part of the app in .Net Core 6 and MS SQL Server, we used SignalR web sockets for real time messaging plus the usual persistance in the database.
(For the Front-end part in React + Vue, go to the repository "PacChat-frontend").