Skip to content

a-khakimov/simple-fs2-grpc-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Releases

No releases published

Packages

No packages published

Languages