Skip to content

GllmR/minitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███    ███ ██ ███   ██ ██ ██████ █████ ██  ██  ████  ██████
██ ████ ██ ██ ██ ██ ██ ██   ██   ██    ██████ ██████   ██  
██  ██  ██ ██ ██  ████ ██   ██   █████ ██  ██ ██  ██   ██  

A cool chat in NodeJs

Features :

  • No connexion, no password, no email
  • File sharing
  • Display last 100 messages
  • Highlight links automatically
  • Display connected users list
  • System notifications
  • Double click to quote
  • Kaomojis (*-*)
  • Page displaying all links posted on the minitchat
  • Remove vowels from nickname

Logo made by (b‿g) aka GröbêtaTesteur


Installation :

You need NodeJs & Sqlite3

Example for raspberry pi :

Install NodeJs :

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -

Install Sqlite3 :

sudo apt install sqlite3

Clone this repo :

git clone https://github.com/GllmR/minitchat.git

Then the classic :

cd minitchat && npm install

And start it :

npm run minitchat

It run on port 3000, you can change it in minitchat.js

Screenshot :

image