Simple Chat application in JSP

Hello Here I attach the simple chat application in JSP(JAVA) 

    In a second sem, I created a project in java language using JSP.in that project at the back end uses a XAMPP.

Here I attach a PPT of the Project.

Code of Project and SQL file for database.


Modifications:
1)  index.jsp file 
    go to https://console.cloud.google.com/ and generate a client id
    replace the client id with "<meta name="google-signin-client_id" content="<<--replace with google client id -->>">"
2) XAMPP
    Create database name is "chatapp"  in xampp.

PPT LINK:- https://docs.google.com/presentation/d/1i5eRW1Pv-aa01G9kw6SYwbDW_rVsPm7j/edit?usp=sharing&ouid=115062576482700957448&rtpof=true&sd=true

JSP-Code :- https://github.com/manthan14448/jsp_project_sem2

XAMPP SQL FILE:- https://github.com/manthan14448/jsp_project_sem2

Comments