This is code example of Tumos project GameOfLife with server side programming.
Use the node package manager npm to install project modules.
npm install
It will installs express.js and socket.io
After that you can run server by typing.
npm start
Server will start on Port 3000