Points Poker Site
This was created as an alternative to the PointingPoker site. Due to the multiple crashes and timeouts per sessions i thought i could create one with newer technologies. The new site was created as a .Net Core web application. It run SignalR to pass messages between the users to the main hub. Further more I implemented a registration and login system as well as a Team assigment. Users can select their team and create sessions only shared to the members of the team. For security a proxy access list has been created and the logins to that need to be pre-shared before you can register. Alternatives to this security masure can be implemented as needed.