Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shankytiwari/real-time-private-chatting-app-using-react-golang-and-mongodb
Real time private chatting app but using React(Hooks), Golang, and MongoDB
https://github.com/shankytiwari/real-time-private-chatting-app-using-react-golang-and-mongodb
golang-chat golang-chat-server golang-mongobb-chat golang-react-chat private-chat private-chat-golang
Last synced: about 1 month ago
JSON representation
Real time private chatting app but using React(Hooks), Golang, and MongoDB
- Host: GitHub
- URL: https://github.com/shankytiwari/real-time-private-chatting-app-using-react-golang-and-mongodb
- Owner: ShankyTiwari
- Created: 2020-05-24T07:21:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T20:35:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T01:11:59.515Z (almost 2 years ago)
- Topics: golang-chat, golang-chat-server, golang-mongobb-chat, golang-react-chat, private-chat, private-chat-golang
- Language: Go
- Homepage: https://www.codershood.info/2020/06/23/real-time-private-chatting-app-using-golang-react-and-mongodb-part-1/
- Size: 6.78 MB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real time private chatting app using React, Golang and mongodb
As the title reads, This app is private chat application built using React (version 16.13.1). This react application is built using functional components only, so You won't find `setState`. Here I have React Hooks to update the components and for React life cycles.
Server-side is written in Golang (version 1.13.8) and MongoDB(version 3.6.3).This project was generated with [create-react-app](https://github.com/facebook/create-react-app) version 2.1.8.
## React Code
Code for React application is in [React folder](https://github.com/ShankyTiwari/Real-time-private-chatting-app-using-React-Golang-and-mongodb/tree/master/React%20App).## GoLang API Code
Code for GoLang application is in [GoLang API folder](https://github.com/ShankyTiwari/Real-time-private-chatting-app-using-React-Golang-and-mongodb/tree/master/Golang%20App).## Explanation and Blog Post
Coming Soon.# Looking for Class based React chat
I have written this application in Class based React as well, [Read this popular Blog post](https://www.codershood.info/2019/03/31/real-time-private-chatting-app-using-react-nodejs-mongodb-and-socket-io-part-1/).# Looking for Angular 2 and above
I have written this application in Angular as well, [Read this popular Blog post](http://www.codershood.info/2017/02/09/real-time-private-chatting-app-using-angular-2-nodejs-mongodb-socket-io-part-1/).
Alternatively, you can download an **[Ebook](http://www.codershood.info)** for the same application, along with Ebook you will get the source code of the application. In the ebook, you will get some of the must-have features such as notifications and online/offline chat list.# Looking for Plain Old AngularJS
I have written this application in AngularJs as well, [Read this popular Blog post](http://www.codershood.info/2015/12/10/real-time-chatting-app-using-nodejs-mysql-angularjs-and-socket-io-part-1/).