Skip to content
This repository was archived by the owner on Aug 20, 2022. It is now read-only.

ukabuer/dollars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Run the application in dev mode with hot reload at http://localhost:3000

npm run dev

Build target files at ./public/

npm run build

Todo

  • Support emoji
  • Support uploading images
  • Private channel
  • Mobile device support
  • PWA