Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 521 Bytes

File metadata and controls

21 lines (18 loc) · 521 Bytes

chat-app

Setup

Clone or fork this repo to your desktop and run next command to install its dependencies.

npm install

Usage

After you clone this repo, go to root directory and run

node index.js  

Now you have a socket server runing on localhost:3000. You can connect from your web or mobile application.

Flutter Client

You can find flutter implementation on this repo.

To do

  • User login.
  • User Sign up.
  • Store images or media files.