Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/).