Skip to content

devmaufh/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published