ABER CHAT

AberChat is a chat application that allows users to communicate with each other in real time. This application is use socket.io to communicate between the server and the client. The server is written in Node.js and the client is written in React.js. The server is deployed on Heroku and the client is deployed on Netlify.

Installation

flutter pub add aber_chat

Usage

RoomPage(
        aberchatConfig: AberchatConfig(
          appId: 'your-app-id',
          apiKey: 'your-api-key',
          roomId: 'your-room-id',
        ),
        onReceivedEvent: (event) {
          print(event);
        },
      )

Features and bugs

we will still working to watch that

License

MIT

Author

Abersoft Technologies