Skip to content

ShankyTiwari/Real-time-private-chatting-app-using-React-Golang-and-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 version 2.1.8.

React Code

Code for React application is in React folder.

GoLang API Code

Code for GoLang application is in GoLang API folder.

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.

Looking for Angular 2 and above

I have written this application in Angular as well, Read this popular Blog post. Alternatively, you can download an Ebook 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.