bjchris32 / sms-notification

project to apply sms notification
0 stars 0 forks source link

feature: chat room #3

Open bjchris32 opened 3 days ago

bjchris32 commented 3 days ago

Phase1: focus on frontend UI. In backend, just implement a simpler chatroom feature with action cable Phase2: focus on backend performance. Implement the chatroom feature with Elixir/Phoenix or Golang and then integrate into the project

bjchris32 commented 2 days ago

Phase1: Tutorial for action cable: https://www.youtube.com/watch?v=UvTLumcEMgU&ab_channel=Deanin

bjchris32 commented 2 days ago

Phase2: Ruby on Rails does not directly interact with the WebSocket connection. Instead, it communicates with the Golang server using API requests to manage chat messages, while the client-side JavaScript in your RoR application handles the WebSocket. reference: https://github.com/minghsu0107/go-random-chat