Skip to content
forked from ikariiin/Centaur

Yet another chat app. (But this time with a good architecture for future extension).

Notifications You must be signed in to change notification settings

xbenjii/Centaur

 
 

Repository files navigation

Centaur

It would be a simple chatting app for the web for personal threads between people. The only way to start chatting with somebody would be to share a unique link with them which would connect you with them instantly!

Cool, right?

Thanks @BenForture for providing the docker container for a live version! <3

How to start a development state:

# clone the repo

cd Centaur
cd Source/Server/
node ExpressHandler.js

# on another cmd / terminal process

npm install
npm run dev

Here are some screenshots to get you started.

register

chat

About

Yet another chat app. (But this time with a good architecture for future extension).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.0%
  • CSS 20.6%
  • Other 0.4%