Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 290 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 290 Bytes

chat-room

  • Built front-end using React and Redux for type and display chatting messages
  • Implemented Express Framework with Node.js as Back-End server to receive and broadcast messages for other users
  • Utilized Socket.io as bidirectional connection with Front-End and Back-End server