# elos-palette **Repository Path**: k_12/elos-palette ## Basic Information - **Project Name**: elos-palette - **Description**: 平台白板 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-09-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Real Time Drawing This is the sample application for the 12 devs of xmas tutorial, find the tutorial over at: [http://www.12devsofxmas.co.uk/](http://www.12devsofxmas.co.uk/) ## Resources * [http://drawstuff.nodejitsu.com/](http://drawstuff.nodejitsu.com/): The origional hack day project * [http://www.byrichardpowell.co.uk/post/23958785278/fun-with-nodejs-socketio-paperjs#ux](http://www.byrichardpowell.co.uk/post/23958785278/fun-with-nodejs-socketio-paperjs#ux) The blog post about it * [https://github.com/byrichardpowell/draw](https://github.com/byrichardpowell/draw) The origional hack day's repository ## Getting up and running Run the following in terminal git clone https://github.com/byrichardpowell/12devsNodeJsDraw.git cd 12devsNodeJsDraw npm install node app.js Now browse to http://127.0.0.1:3000/. Happy drawing! ## License Released under the [Creative Commons Attributation 3.0 unported License](http://creativecommons.org/licenses/by/3.0/). Have fun!