Skip to content

Baka9k/express-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Anonymous chat web-application built with Node.js

This is a simple self-hosted chat application.

How to host it on your own server

To install express-chat you need node and npm on your server, then just do the following:

git clone https://github.com/Baka9k/express-chat
cd express-chat
npm install
node app.js &

The app can use either sqlite3 or MongoDB as storage engine. Default storage engine is sqlite3. To change storage engine update the config.json file: There are two "storage:" options: "mongo" and "sqlite" Note that you need a working MongoDB instance on your machine if you use "mongo" storage engine.

Screenshots:

Desktop:

Screenshot 1

Mobile:

Screenshot 2

About

Anonymous chat on Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages