IshuPrabhakar /
Heyy-chat-app
A Realtime Chat Application using flutter, Asp.Net Core Web Api, SignalR , WebRTC etc.
68/100 healthLoading repository data…
RatakondalaArun / repository
A Realtime chat application using dart WebSockets
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
A realtime websocket chat application built using Dart, Shelf, and JavaScript.
| Class | Usecase |
|---|---|
Client | Represents a User or device. |
Room | Represents a Chat or group. |
Message | Represents a message sent by user. |
Client(s) can join a Room and pass Message objects among them using websockets.
Each Room contains Message(s) which are stored in server memory and a self destruction timer (5 minutes) which gets triggered as soon as all Client(s) leave the Room and timer can be aborted if a Client rejoins the Room within 5 minutes.
Clone this repo using git clone or download this repo and extract it.
Download all dependencies in project root directory
pub get
Use this command to start server
dart src/main.dart
By default server will be running at localhost:8080 and websocket at localhost:8080/ws. Now you can visit localhost:8080 using a web browser.
Selected from shared topics, language and repository description—not editorial ratings.
IshuPrabhakar /
A Realtime Chat Application using flutter, Asp.Net Core Web Api, SignalR , WebRTC etc.
68/100 healthHarshAndroid /
Chatting App In Flutter with Firebase | Dart
74/100 healthtanvir-robin /
A Realtime chat app made with Flutter with a backend support of Serverpod
ArunBalajiR /
Realtime Chat application using stream and linking with firebase firestore database build using flutter and firebase
64/100 healthSnehasis4321 /
A Realtime Chat Application build using Flutter and Appwrite
51/100 healthedilsonmatola /
A Flutter & Firebase realtime Chat app
61/100 health