Web wersion of Bimoid chat.
Backend is runing with Socket.IO and implements OBIMP (dec 2012) protocol.
Implemented:
- Login
- Instant messaging
- Presence status
- File transfer
Frontend is build with React (CRA) with TailwindCSS and Socket.IO.
- Clone this project
npm run install- Run 2 terminals
- In first: cd into server
cd serverand runnpm run start - In second: cd into bimoid-react-client
cd bimoid-react-clientamd run reactnpm run start
TODO