Skip to content

🌌 Hadès-chat : A simple interface to communicate with websockets.

License

Notifications You must be signed in to change notification settings

Pronicio/hades-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hadès-chat

🌌 Hadès-chat : A simple interface to communicate with websockets.
Communicate secretly with someone using encryption. Secure transactions and open-source platform.

Illustration

Features

Personal project created as a hobby.

  • 💡 Use Nuxt and Vue 3
  • 🚁 Self-hostable
  • 🔐 Encrypted
  • 🌠 Gorgeous interface
  • 📦 Extremely light

Installation

Make sure you have updated nodejs!

# In both the ./front/ and ./back/ folders
npm install

Development :

For development, in the ./front folder, duplicate .env.production and rename it to .env.local and replace the websocket url with the local url obtained by launching the backend.

# In the ./front/ folder :
npm run front/dev
# In the ./back/ folder :
npm run back/dev

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.

License

MIT