Terminal Chat Application
created: September 04, 2026 | updated: September 04, 2026
Django
WebSockets
Chat
Real-time
Redis
> Description
Real-time chat application with IRC-style interface and modern WebSocket technology.
> Details
Relive the days of IRC with this modern terminal-style chat application.
## Features
- Real-time messaging with WebSockets
- Multiple channels support
- Direct messages
- User presence indicators
- Message history and search
- File sharing
- Custom commands (/help, /me, /clear)
## Tech Stack
- Django Channels for WebSockets
- Redis for message broker
- PostgreSQL for data storage
- Terminal-style UI with VT323 font
## Commands
- `/join #channel` - Join a channel
- `/msg user message` - Direct message
- `/me action` - Emote action
- `/clear` - Clear screen
- `/help` - Show help
IRC for the modern age!
> Links
> Metadata
{
"title": "Terminal Chat Application",
"slug": "terminal-chat-app",
"tags": ["Django", "WebSockets", "Chat", "Real-time", "Redis"],
"featured": true,
"created_at": "2026-09-04T12:23:59.027357+00:00",
"updated_at": "2026-09-04T12:23:59.027364+00:00"
}
root@mohtek:~$ ./related-projects
MohTek Blog Platform
A Django-powered blog with 80s terminal styling, featuring pagination, search, and tag filtering.
ViewTerminal Task Manager
A command-line style task management application with keyboard shortcuts and productivity tracking.
ViewRetro Weather Dashboard
Weather information displayed with retro terminal aesthetics, including forecasts and historical data.
View