https://github.com/truefalse10/scala-akka-chat
commandline chat written with scala and akka
https://github.com/truefalse10/scala-akka-chat
Last synced: 11 months ago
JSON representation
commandline chat written with scala and akka
- Host: GitHub
- URL: https://github.com/truefalse10/scala-akka-chat
- Owner: truefalse10
- Created: 2016-01-14T12:55:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-09T14:11:32.000Z (over 10 years ago)
- Last Synced: 2025-07-13T16:58:45.619Z (11 months ago)
- Language: Scala
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala Chat
this is a simple command line chat written in Scala
## Installation:
* install SBT
* to start server go to ./ChatServer and type `sbt run`
* to start client go to ./ChatClient and type `sbt run`
## Frameworks used:
* SBT
* Akka