Skip to content

feat: create a multi-user broadcast chat server & client#39

Open
ByteBaker wants to merge 1 commit into
whamcloud:mainfrom
ByteBaker:main
Open

feat: create a multi-user broadcast chat server & client#39
ByteBaker wants to merge 1 commit into
whamcloud:mainfrom
ByteBaker:main

Conversation

@ByteBaker
Copy link
Copy Markdown

Recording.mov
  • a server hosts channels where users can join using the client shipped with this project
  • the client is a CLI, supporting messages send <MSG>, leave
  • any new user joining/leaving or message is broadcast to all
  • client uses websocket, server uses tokio broadcast and axum
  • add unit & integration tests
  • clippy and fmt check
  • add tests at CI time
  • update README with specification

- a server hosts channels where users can join using the client
shipped with this project
- the client is a CLI, supporting messages `send <MSG>`, `leave`
- any new user joining/leaving or message is broadcast to all
- client uses websocket, server uses tokio broadcast and axum
- add unit & integration tests
- clippy and fmt check
- add tests at CI time
- update README with specification
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant