Maksim2498 / simplechat

Simple terminal chat (this is just a mirror of https://hub.mos.ru/fominmv2498/simplechat)

Home Page:https://hub.mos.ru/fominmv2498/simplechat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Chat

Table of Contents

About

This is a simple terminal chatting application. Project is created in self-education purposes and has no real-world use potential.

It consists of:

For more info on each of it's parts see links above.

Requirements

For running:

For building:

Building

First, set your current working directory to the one in which this README.md file is located. Second, simply execute the following command in your terminal:

sbt assembly

After this, if no errors where emitted, you should have the following artifacts built:

  • client/target/scala-<scala version>/client-<client version>.jar - client jar archive;
  • server/target/scala-<scala version>/server-<client version>.jar - client jar archive;

Replace <scala version>, <client verions>, and <server version> with appropriate versions.

Downloading

WIP

Running

First, locate built or downloaded jar archives and simply run them with a command like the following:

java -jar /path/to/achive.jar

Documentation

About

Simple terminal chat (this is just a mirror of https://hub.mos.ru/fominmv2498/simplechat)

https://hub.mos.ru/fominmv2498/simplechat

License:MIT License


Languages

Language:Scala 98.6%Language:Java 1.4%