Giter Club home page Giter Club logo

chatlink's Introduction

ChatLink: Simple WebSocket Chat App

ChatLink Banner

ChatLink is a straightforward chat application that demonstrates the implementation of websocket connections. The backend is built using Laravel, leveraging the power of the laravel-websockets package, while the client side is developed for Android devices. This application enables real-time communication between users and incorporates a secure authentication system. Messages and data exchanged are stored in a database for seamless interaction history.

Features

  • Real-time Messaging: Enjoy instant messaging capabilities using websockets, ensuring messages are delivered and received in real-time.

  • Laravel-Websockets: The backend is powered by Laravel with the laravel-websockets package, enabling efficient websocket handling and management.

  • Android Client: The Android client provides a user-friendly interface for sending and receiving messages on the go.

  • Secure Authentication: A robust authentication system ensures that only authorized users can access the chat and interact with others.

  • Message Persistence: All chat messages and relevant data are stored in a database, allowing users to retrieve their message history.

Installation

Backend (Laravel)

  1. Clone this repository to your desired directory.

  2. Install the required dependencies using Composer:

    composer install
    
  3. Set up your .env file with appropriate database and websocket configuration.

  4. Run migrations to set up the database:

    php artisan migrate
    
  5. Install and configure laravel-websockets by following their documentation.

  6. Start the Laravel development server:

    php artisan serve
    

Android Client

  1. Open Android Studio and choose "Open an existing Android Studio project."

  2. Navigate to the android directory and select it.

  3. Build and run the Android app on an emulator or a physical device.

Usage

  1. Launch the Android app on your device.

  2. Register or log in using the provided authentication system.

  3. Start sending and receiving real-time messages with other users who are logged in.

Contributing

Contributions are welcome! If you find a bug or want to enhance the application, feel free to submit an issue or a pull request.

License

This project is licensed under the MIT License.


Happy chatting with ChatLink! If you have any questions or need assistance, please don't hesitate to contact us at [email protected]

chatlink's People

Contributors

samarostami avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.