ereztdev / howdie-doodle-client

A multi client chat and painting module that runs on websockets (socket.io)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howdie Doodle

Multi-User streaming chat and canvas drawer

CLIENT

pre-requisites

Installation procedures

  • Either download or clone (git clone https://github.com/ereztdev/howdie-doodle-client.git) this repo into your webserver
  • Switch into the repo directory where you pulled the repo: cd howdie-doodle-client
  • npm install to install node.js dependencies
  • npm run start to transpile all frontend assets and run a node server.
  • Run sockets server (Howdie Doodle server) you've cloned earlier.
  • The node server will run on http://localhost:8080/ by default.

About

A multi client chat and painting module that runs on websockets (socket.io)


Languages

Language:CSS 87.9%Language:Vue 9.9%Language:JavaScript 1.9%Language:HTML 0.3%