Skip to content

Project implements chatroom that messages are sent over WebSocket protocol. First created with ActionCable channels then replaced by Turbo Stream.

Notifications You must be signed in to change notification settings

kchn9/message-me

Repository files navigation

Message Me

Project implements chatroom that messages are sent over WebSocket protocol. First created with ActionCable channels then replaced by Turbo Stream.

Run it local

Clone my-message from github and run it locally

  git clone https://github.com/kchn9/message-me
  cd message-me
  bin/rails s

Lessons Learned

  • WebSocket protocol
  • Turbo Frames
  • Turbo Streams
  • Stimulus controllers
  • Better understanding of forms
  • Semantic UI

About

Project implements chatroom that messages are sent over WebSocket protocol. First created with ActionCable channels then replaced by Turbo Stream.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published