archetipico / SpaceConvoy

Chat in the space era

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space Convoy

A compact LAN chat solution designed for seamless deployment within your network.

Deployment

Prerequisites

Requirements for this project (previous versions may work too)

node    v20.9.0
npm     10.2.3

Softwares used

openssl

Installation

Enter the project folder and run

npm install

At process completion, execute

chmod 755 preamble.sh
./preamble.sh

Starting

Just type (as root)

node index.js

or just

sudo node index.js

That's it.

An address will be printed, your chat is at

https://<your-address>

If you have an issue, just remember that all your chat logs are inside ./public/log while all your server logs are inside ./journal.

Have fun!

About

Chat in the space era

License:MIT License


Languages

Language:JavaScript 73.7%Language:CSS 15.0%Language:HTML 8.2%Language:Shell 3.1%