Simple chat system to explore WebSocket (realtime data), built with React + Ably
For CAT3053 Distributed Computing assignment
Ensure that you have yarn package manager installed on your system.
Before starting the system, install all dependencies using yarn
. After all dependencies are installed, you can simply start a local host using yarn start
.
-
Access the application by entering the URL: http://chat-system-oowu.vercel.app
-
Enter a username when prompted. Re-enter another username if a username has been taken by another user.
-
Finally, use the chatroom!
-
You can view all users connected to the room via the button located at the top-right corner of the screen.