Skip to content
/ Chatter Public

Educational chatting project with Java Spring Boot chat sever and Rust `reqwest`-based chat client.

License

Notifications You must be signed in to change notification settings

Siiir/Chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatter project

Contests

Chat server on Java

Serves chat messages to all chat clients that request them. Allows clients to post new messages and efficiently ping to see if a new message was posted.

Chat client on Rust

Shows to user chat messages pulled from server. Can also post a new message. Has quite efficient implementation of pinging (listening for) new messages that might have been posted.

About

Educational chatting project with Java Spring Boot chat sever and Rust `reqwest`-based chat client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages