Learning web development resources for junior
xo-simple
is a frontend example with javascript for making simple xo.xo-socketio
is the full example for making realtime xo that contains backend (node.js + socket.io) and frontend (similar xo-simple).
- install
npm
andnode.js
- run command
npm install
at path that you seepackage.json
- run
npm start
for running server - open
client/index.html
for starting game
- make
Gomoku
- make
chat
- make
user account