Project implements chatroom that messages are sent over WebSocket protocol. First created with ActionCable channels then replaced by Turbo Stream.
Clone my-message from github and run it locally
git clone https://github.com/kchn9/message-me
cd message-me
bin/rails s
- WebSocket protocol
- Turbo Frames
- Turbo Streams
- Stimulus controllers
- Better understanding of forms
- Semantic UI