A multiplayer online Hearts card game application using 'ws' (websocket) nodejs module.
This software is distributed under the General Public Licence.
$ cd hearts $ rm -R node_modules $ npm install
Change 'host', 'port', 'mysqluser' and 'mysqlpasswd' variables in server.js
Change websocket address and port in index.html
$ node server.js