Skip to content

einyboycode/flutter_webrtc_group_chat

Repository files navigation

download and install

This is a group chat app and a group file-sharing app developed based on WebRTC using the Flutter language. It can run on Android phones and iOS devices. The project is open-source and follows the GPLv3 license.

git clone https://github.com/einyboycode/flutter_webrtc_group_chat.git

Upload ws_sgnal_server.js from webrtc_group_chat\lib\signal_websocket\ to your server.

On your computer or server:

Run the command: npm install -g ws

Then execute: node ws_sgnal_server.js

0

Getting Started

Compile the app :

flutter build apk --release

Run the app :

1

Set the address for running the ws_sgnal_server.js signaling server :

2

Alice's App creates a group named 'game group' :

3

4

Bob joins the 'game group' :

5

6

Send messages and files to each other :

7

8

About

使用flutter webrtc编写的群聊天app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published