Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 569 Bytes

readme.md

File metadata and controls

23 lines (14 loc) · 569 Bytes

Simple fs2-gRPC chat

What is it?

This is just a simple experimental project where I dealt with fs2-grpc. More details in my blog.

How to start?

To begin with, you can try to launch the project and see how it works.

Run server

$ sbt "runMain org.github.ainr.chat.server.ChatServerApp"

Run client

$ sbt "runMain org.github.ainr.chat.client.ChatClientApp Anton"