Popularity
8.0
Stable
Activity
0.0
Stable
256
11
35

Programming language: Elixir
Tags: Applications    
Latest version: v0.3.1

ExChat alternatives and similar packages

Based on the "Applications" category.
Alternatively, view ExChat alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ExChat or a related project?

Add another 'Applications' Package

README

ExChat

To start your app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. Install npm dependencies with npm install .
  4. Start Phoenix endpoint with mix phoenix.server

Now you can visit localhost:4000 from your browser.

TODO

  • [x] Display unread number for channels
  • [x] Track and display unread messages
  • [x] Build connection between user and channel
  • [x] Direct message
  • [x] User online/offline status
  • [ ] Mention users