denyago / yet-another-simple-chat

Yet Another Simple Chat - a chat server written in Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Codacy Badge Codacy Badge

Yet Another Simple Chat

Yet Another Simple Chat - a chat server written in Scala

The project in the early alpha stage. Nothing is implemented yet.

The purpose is learning:

  • Scala
  • Akka
  • ReactJS and tools

Road Map

  • Continuous delivery: Tests -> Static Checks -> CI -> Deploy
  • Implement HTTP API
    • Make tests stable (50% failure rate now 😒)
    • Implement simplest authentication
  • Implement Web Client
  • Implement Mobile Client

Development

As simple as sbt coverage test.

Contributing

Yes, please, you can do it :)

Links

I've used ideas and some code from following sources. Thank you, guys!

About

Yet Another Simple Chat - a chat server written in Scala

License:MIT License


Languages

Language:Scala 100.0%