/chatreact

A chat application built using the Phoenix Framework and React

Primary LanguageJavaScript

Chatreact

A chat application built in Elixir using the Phoenix Framework.

ROADMAP

  • Use web sockets for persistent client connections [TODO]
  • Implement Phoenix channels for delivering client messsages [TODO]
  • Use React for updating chat messages. [TODO]
  • Create user accounts and isolated chats. [TODO]
  • Implement chat groups using channel broadcasting. [TODO]