Skip to content

C# .NET Core API for managing game lobbies with SignalR Notifications

Notifications You must be signed in to change notification settings

shammill/Shammill.LobbyManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Game lobby manager. RESTful C# .NET Core WebAPI, with SignalR notifications for clients.

Current Functionality:

  • Standard CRUD operations. (Create, Read, Update, and Delete) for Lobbies.
  • Adding and removing players from lobbies, promoting players to leader.
  • SignalR Notifcations for clients to revieve updates when data changes.

Future Development:

  • Redis Backplane for SignalR to support scaling
  • Steam integration.
  • ???