Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 733 Bytes

Bimoid Nodejs WEB Client

Web wersion of Bimoid chat.

Development

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 server and run npm run start
  • In second: cd into bimoid-react-client cd bimoid-react-client amd run react npm run start

Deploy

TODO