A simple chat app between a doctor and a patient using React Native, NodeJs + SocketIO, and Golang+MongoDB
This app is using React Native as the front-end
yarn install
yarn start
yarn android
note: make your sure you have at least two emulators of android to run this app as doctor and patient
This app is using socket.io and nodejs to handle the listeners
yarn install
yarn server
This app is using Golang and MongoDB to save the messages
go run main.go