Skip to content

Releases: timtimjnvr/chat

v2.0.0

02 Jul 06:19
Compare
Choose a tag to compare
  • handle multi user rooms
  • implement leaving process

v1.0.0

12 Nov 16:53
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

Client <-> client connections (2 nodes)

  • open a new discussion given an ip address and a port and the chat name.
  • basic text message exchanges.
  • list current users in the chat.
  • close the chat discussion.
  • order messages and handle new users with operation based CRDTs.