A modern, real-time chat application built with Vue.js and Tauri. It connects to the chat server which was introduced in chat server.
- Real-time messaging
- User-friendly interface
- work across web and desktop
- Lightweight and fast performance
Before you begin, ensure you have met the following requirements:
- Node.js (v18 or later)
- Rust (latest stable version)
- Tauri CLI
-
Clone the repository:
git clone https://github.com/yourusername/chat-app.git cd chat-app
-
Install dependencies:
yarn
To run the desktop app, you could use:
cargo tauri dev
To run the web app, you could use:
yarn dev