/chat-app

Chat Application using react

Primary LanguageJavaScript

##Prerequisite:

  • Following things need to be installed before running it.
  • Node
  • Docker

Features integrated

    1. Group chat
    1. Create new group
    1. one to one chat

Design

  • Simple Chat application which uses a Node Server.
  • Used Immutable js in server to maintain user data.
  • Frontend is on React using React-saga as middleware.

How to run