ajstrongdev / SCAchat

SCAchat is a self-hosted chatting application similar to AOL Instant Messenger. The chatting application is privacy-respecting and does not store any messages or user-data. Once a session has ended, all messages are gone.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SCAchat - A self-hosted chatting application

SCAchat (SCA Chatting Application) is a self-hosted chatting application similar to AOL Instant Messenger. The chatting application is privacy-respecting and does not store any messages or user-data. Once a session has ended, all messages are gone.

SCAchat is not hosted anywhere centrally, rather you can independantly host your own instance of SCAchat by utilising the code.

Installation

SCAchat requires NodeJS and Express.JS to run,

  • Debian-based Installation
sudo apt install nodejs npm
sudo npm install express
git clone https://github.com/httpllamaz/scachat

To run SCAchat in a localhost you must go into the directory and type npm start.

Screenshots

Login Screen

Chat window

Credits

  • Created by http.llamaz

SCAchat was inspired by and built ontop-of this project: https://glitch.com/~dusty-sweet-station

  • Glitch allows for the remixing of projects (Similar to Scratch).

About

SCAchat is a self-hosted chatting application similar to AOL Instant Messenger. The chatting application is privacy-respecting and does not store any messages or user-data. Once a session has ended, all messages are gone.

License:MIT License


Languages

Language:JavaScript 76.7%Language:CSS 16.6%Language:HTML 6.7%