Skip to content

uint/mini-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini-chat

Just a little toy project, mostly to learn Flutter and get a refresher in async Rust. One stone, two birds!

You can play around with it on my website. No installing anything!

Running the server

Right now, you can run the server with:

cargo run

You could also use docker.

docker build . -t mini-chat
docker run -p 3333:3333 mini-chat

Running the client

cd client
flutter run

By default, the client will be built with a mock backend. If you have the server up, you can instead connect to it:

flutter run --dart-define MC_WS_URL=ws://127.0.0.1:3333

About

A minimal chat app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published