anjasomc.co.uk - Anjasomc

Example domain paragraphs

I occasionally post silly web projects here. Expect things to break often.

An online multiplayer version of the popular card game that runs in your browser. Built for fast-paced gameplay with friends.

This web app uses Google Firebase's Firestore database to store game information, and uses the onSnapshot() listener to update each client in realtime. Firestore is generally my database of choice for small/quick projects since it charges per query rather than for an active instance - keeping costs low. There is currently a server API which is used to make plays, but in the future this could be swapped out for an entirely Firestore-native app thanks to the Firestore Rules system.