Realtime Tic tac toe built with socket.io that enables multiplayer over the internet or a local network.
Source code can be found here.
Use locally
Follow the steps bellow
git clone https://github.com/EteimZ/socketio_tic_tac_toe.git
cd socketio_tic_tac_toe
npm start
Resources
Youtube video by Coding Shiksha and his repo.