wppconnect-team / wppconnect-frontend

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WPPConnect FrontEnd


The repository has been without maintenance for quite some time now, and it's likely not functioning properly.

Our online channels

Discord Telegram Group WhatsApp Group YouTube

Installation

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically. The project was developed in ReactJS

Change port backend

To change host and port, just access config.js.

And change the value of window.IP_SERVER & window.IP_SOCKET_IO

Get Started

To run the project is very simple, just follow the steps below.

Clone the repository and open the unzipped project and run the following command in the terminal:

Installing

yarn install
// or
npm install

Running

yarn start
//or
npm start

Features

  • Chat
  • Multisession
  • Receiving messages (real time)
  • Send messages (real time)
  • Choose session before sending message
  • Receive Images
  • Receive Audio
  • Receive Sticker
  • Send Images

API

This site uses this project to populate the data. Then you will need something similar to run the project successfully.

Demo

Peek 2021-05-29 00-05

About

WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically.

License:Apache License 2.0


Languages

Language:JavaScript 94.8%Language:TypeScript 4.5%Language:HTML 0.6%Language:Shell 0.1%