https://github.com/a-khakimov/simple-fs2-grpc-chat
Simple fs2-gRPC chat
https://github.com/a-khakimov/simple-fs2-grpc-chat
chat fs2 grpc scala
Last synced: about 1 year ago
JSON representation
Simple fs2-gRPC chat
- Host: GitHub
- URL: https://github.com/a-khakimov/simple-fs2-grpc-chat
- Owner: a-khakimov
- Created: 2022-03-12T13:48:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T03:30:50.000Z (over 3 years ago)
- Last Synced: 2025-04-15T23:13:15.197Z (about 1 year ago)
- Topics: chat, fs2, grpc, scala
- Language: Scala
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Simple fs2-gRPC chat

## What is it?
This is just a simple experimental project where I dealt with [fs2-grpc](https://github.com/typelevel/fs2-grpc). More details in my [blog](https://a-khakimov.github.io/posts/grpc-scala-chat/).
## How to start?
To begin with, you can try to launch the project and see how it works.
### Run server
```bash
$ sbt "runMain org.github.ainr.chat.server.ChatServerApp"
```
### Run client
```bash
$ sbt "runMain org.github.ainr.chat.client.ChatClientApp Anton"
```