https://github.com/archetipico/spaceconvoy
Chat in the space era
https://github.com/archetipico/spaceconvoy
chat deployable local-area-network
Last synced: 11 months ago
JSON representation
Chat in the space era
- Host: GitHub
- URL: https://github.com/archetipico/spaceconvoy
- Owner: archetipico
- License: mit
- Created: 2023-11-09T01:16:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T17:28:38.000Z (over 2 years ago)
- Last Synced: 2025-04-23T18:13:54.841Z (11 months ago)
- Topics: chat, deployable, local-area-network
- Language: JavaScript
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
```bash
node v20.9.0
npm 10.2.3
```
Softwares used
```bash
openssl
```
## Installation
Enter the project folder and run
```bash
npm install
```
At process completion, execute
```bash
chmod 755 preamble.sh
./preamble.sh
```
## Starting
Just type (as root)
```bash
node index.js
```
or just
```bash
sudo node index.js
```
That's it.
An address will be printed, your chat is at
```markdown
https://
```
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!