Popularity
8.0
Stable
Activity
0.0
Stable
257
11
36
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.
-
Logflare
Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript. -
CaptainFact
🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io -
Startup Job
An app to search startup jobs scraped from websites written in Elixir, Phoenix, React and styled-components. -
Exon
Exon is a “mess manager” developed in Elixir and provides a simple API to manage & document your stuff. -
medex
Medical Examination - application for register health check callbacks and represent their state via HTTP. -
chat
💬 CHAT: Instant Messenger. ISO/IEC: 20922; ITU/IETF: 3394, 3565, 5280, 5480, 5652, 5755 8551, X.509, CMS, PKCS-10, PCKS-7, OCSP, LDAP, DNS; ANSI: X9-42, X9-62, X25519, X488; NIST: SECP384r1. -
majremind
A self-maintained database of your updated server which tells you which one needs to be updated.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of ExChat or a related project?
README
ExChat
To start your app:
- Install dependencies with
mix deps.get
- Create and migrate your database with
mix ecto.create && mix ecto.migrate
- Install npm dependencies with
npm install .
- 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