This is a chat application built using React and Mirrorfly SDK.
- Clone the repository
- Install dependencies
npm install
- Start the development server
npm start
- Open http://localhost:3000 to view it in the browser.
- This UI is for SDK testing purposes only. Please open your console to test the functionality. The backend is the main purpose of this application.
- Init SDK
- Register User
- User Login
- Send Message
- Get User Profile
- Last Seen
- Block User
- Get User I Blocked
- Unblock User
- Logout