glenndehaan / dark-chat

A small telnet chat server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dark Chat

A small telnet chat server

Snap Status darkchat

Structure

  • ES6
  • Net
  • Simple Node Logger

Install

  • Install the app via snapd:

Get it from the Snap Store

  • Open up a terminal and telnet to 127.0.0.1:1337

Config

The default snap config can be found here:

/var/snap/darkchat/common/config.json

Log

The log can be found here:

/var/snap/darkchat/common/dark-chat.log

Additional snap logs can be accessed by running this command:

sudo journalctl -fu snap.darkchat.darkchat

Service

Snap installs a service by default. To get the status of the app run this command:

service snap.darkchat.darkchat status

To restart the app:

service snap.darkchat.darkchat restart

License

MIT

About

A small telnet chat server

License:MIT License


Languages

Language:JavaScript 100.0%