Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 853 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 853 Bytes

Flutter Chat Socket

Description:

  • 🚀 This application using Flutter for develop a realtime chat app

How I can run it?

  • 🚀 Clone this repository

  • 🚀 Run below code in terminal of project

    • start socket server
    cd nodejs_socket_server/
    npm install
    npm start
    
    • start flutter app (Support Linux, Web and Mobile)
    flutter pub get
    flutter run
    

How I can extends project?

  • 🚀 Write extend channel in socket server nodejs_socket_server folder
  • 🚀 Listen and emit new channel in socket_service.dart file in flutter project

Author: lambiengcode

Screenshots

  • 🚀 Below is video demo between linux desktop app and web platform