diff --git a/README.md b/README.md index 12de150..22266d7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A web application for playing the Shogi boardgame with others, developed as a hobby and hosted at [https://lucaserver.space/shogi/](https://lucaserver.space/shogi/) The application uses sockets to allow players to enjoy sessions in real time. +### Technologies used +A Blazor UI backed by an Asp.net Core API service which uses Sql Server for presistent storage. ### Known Issues * The app is intended to support logging in via Microsoft accounts or browser-session (Guest) accounts, but currently Microsoft login does not work.