Skip to content

Releases: giljr/Chat-App-Plain-Rails

v6

19 Feb 14:57
Compare
Choose a tag to compare

Episode 6: Real-Time Messaging with Turbo Streams
https://medium.com/jungletronics/real-time-chat-with-websockets-final-implementation-messages-e08ed155c3cc
Summary

In this episode, we implemented real-time messaging using Turbo Streams in our Rails application. We enhanced the Message model to broadcast updates when a message is created, updated, or deleted. This ensures that all users receive instant updates without needing to refresh the page.

Full Changelog: v5...v6

v5

19 Feb 00:07
Compare
Choose a tag to compare
v5

Chat App - Fifth Implementation - in Vanilla Rails - No Docker
https://medium.com/jungletronics/real-time-chat-with-websockets-seamless-user-synchronization-84a44b45e772

Full Changelog: v4...v5

v4

18 Feb 00:02
Compare
Choose a tag to compare
v4

Chat App - Forth Implementation - in Vanilla Rails - No Docker

Full Changelog: https://github.com/giljr/Chat-App-Plain-Rails/commits/v4