A chatroom using Socket.IO.
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
Just build you own or you can check out ukabuer/dollars
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
- Support emoji
- Support uploading images
- Private channel
- Mobile device support
- PWA