The project is in Beta, in DEVELOPMENT, this is not working yet, and bugs may occur
WPPConnect FrontEnd has been designed to demonstrate how multi-session works dynamically. The project was developed in VueJS
To change host and port, just access config.js.
And change the value of IP_SERVER & IP_SOCKET_IO
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
npm run serve
npm run build
serve
- Chat
- Multisession
- Receiving messages (real time)
- Send audio, messages, documents, images, videos, etc
- Receive messages, images, audio, sticker, documents, etc
- Reject call or/and with messages
- Send attandant name
- Send buttons List
- Send List sections
This site uses wppconnect-server to populate the data. Then you will need something similar to run the project successfully.