add static file serving

This commit is contained in:
Asraelite 2016-03-21 12:56:32 +00:00
parent d0b5aae8f6
commit 4c6eb86794
6 changed files with 9 additions and 0 deletions

View file

@ -1,5 +1,7 @@
'use strict';
const socketio = require('socket.io');
class GameServer {
constructor() {