Chattt is a Command-line IRC Chat Terminal App
"chattt" is a CLI application that allows you to chat without leaving your terminal. You can join channels by entering the channel name and your user handle. It uses socket.io for real-time communication, blessed for the CLI interface, Express.js for the backend, and Glitch for hosting.
Tech Stack
- socket.io
- blessed - For making the CLI application.
- Express.js - For the backend.
- Glitch - For hosting the backend.