Skip to content

IceChestnut/dollars

 
 

Repository files navigation

Dollars

A chatroom using Socket.IO.

Live Demo

screenshot

Deploy

Make sure you have Nodejs installed

Download the newest release at here

Install dependencies

npm install --only=production

Run the server

npm start

Visit http://localhost:3000 and you will see the welcome page

Deploy with Docker

Just build you own or you can check out ukabuer/dollars

Contribute

Make sure you have Nodejs & Git installed

Fetch all the files

git clone https://github.com/ukabuer/dollars.git

Install all dependencies

npm install

Build target js file

npm run build-win
or
npm run build-unix

Run the server

npm start

Visit http://localhost:3000 and you will see the welcome page

About

a chatroom using Socket.IO

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 60.7%
  • JavaScript 37.3%
  • HTML 2.0%