Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 231 Bytes

Simple Websocket Games

A basic app to demo developing multi-player canvas games using socket.io.

Setup instructions

Install the frontend dependencies:

npm install .

Serve the application.

grunt serve