Skip to content

Chatting application with RxJS, React & Node.js

Notifications You must be signed in to change notification settings

mtroysi/rxjs-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Please be aware that the structure of the project is not yet optimized, this is WIP.

Start the server

node src/server.js

If you want to chat with other people and make your local server accessible, run the following command :
yarn run ngrok
and give the generated url to the users who will put it in src/constants.js instead of localhost in SOCKET

Start the client

yarn start