Skip to content

rohanputhukudy/socket-chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

socket-chat-app

Simple chat app using sockets and ReactNative

Setup

First install dependencies and run the backend

$ cd server
$ npm install
$ npm start

Then install dependencies and run the frontend while the backend is running

$ cd chat-client
$ npm install
$ expo start

About

Simple chat app using sockets and ReactNative

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published