Simple connect four game to play with friends. Created with JavaScript and .NET Core for socket communication between clients and server.
The purpose of this project is to learn JavaScript and become more comfortable with it.
- Host contents of the frontend folder in HTTP server.
- Run
dotnet run
inside backend folder.