Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 434 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 434 Bytes

mmserver

match-making server demo using node.js and socket.io

This software was forked from socket.io's github and used as a starting reference point.

to install:

git clone https://github.com/Frankenmint/mmserver/

cd mmserver

npm install

nodemon index.js

See the demo in action by opening your favorite web browser and navigating to localhost:3000