sparshg / battleship

Classic battleship game, two-player, online, deployed.
http://sparshg.dev/battleship/
MIT License
2 stars 5 forks source link

Propagate error from backend to user #9

Open sparshg opened 4 days ago

sparshg commented 4 days ago

A channel needs to be created, (socketio event) to communicate the error on the backend to the frontend. Frontend should show a red popup with the error and a close button on top (with auto timeout)