项目作者: TannerGabriel

项目描述 :
Realtime drawing app using SocketIO and p5.js
高级语言: JavaScript
项目地址: git://github.com/TannerGabriel/DrawingApp.git
创建时间: 2019-04-28T13:23:31Z
项目社区:https://github.com/TannerGabriel/DrawingApp

开源协议:MIT License

下载


SocketIO drawing app

Basic example of how to use socketIO to create simple communication between multiple browser instances.

Getting started

Start using Node

  1. # Install dependencies for server
  2. npm install
  3. # Run the server
  4. node server

Start using Docker

  1. # Building the image
  2. docker build --tag socketiodrawing .
  3. # Run the image in a container
  4. docker run -d -p 3000:3000 socketiodrawing

Author

Gabriel Tanner

Support me

Buy Me A Coffee

License

This project is licensed under the MIT License - see the LICENSE.md file for details