Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 440 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 440 Bytes

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.
  • ???