https://github.com/devrnt/flutter-websocket-lan-chat
💬 A Flutter LAN-chat app for both Android & IOS that makes use of a Websocket ~ Flutter.dev project in Dart
https://github.com/devrnt/flutter-websocket-lan-chat
android chat flutter ios lan lanchat mobile node nodejs websocket ws
Last synced: 2 months ago
JSON representation
💬 A Flutter LAN-chat app for both Android & IOS that makes use of a Websocket ~ Flutter.dev project in Dart
- Host: GitHub
- URL: https://github.com/devrnt/flutter-websocket-lan-chat
- Owner: devrnt
- Created: 2019-05-21T18:42:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T10:57:52.000Z (about 6 years ago)
- Last Synced: 2025-03-17T08:21:34.494Z (2 months ago)
- Topics: android, chat, flutter, ios, lan, lanchat, mobile, node, nodejs, websocket, ws
- Language: Dart
- Homepage:
- Size: 85.9 KB
- Stars: 32
- Watchers: 1
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter WebSocket LAN Chat
💬 Chat on your Local Area Network with this Flutter application.
## Structure
This repository contains 2 main projects:
1. A NodeJS project that is located under the `websocket` folder.
2. Flutter project that is in fact all these folders except for the `websocket` folder.## Getting Started
It is really easy to get started:
1. Run the WebSocket -> [Guide](https://github.com/devrnt/flutter-websocket-LAN-chat/blob/master/websocket/README.md)
2. Build the flutter project -> `flutter build apk --release` and `flutter install`## Why
This project is mainly created to show of the power of a WebSocket. I also made a Flutter application to show some best practices, like using the `provider`, `web_socket_channel` and `uuid` packages.And ofcourse LAN chatting is very useful if there is a Zombie 🧟. *I've actually no idea why I've said that*.