Skip to main content

Posts

Showing posts from August 25, 2021

Creating Chat Applications using NodeJS, Socket.io & Mysql Part 2

List.ejs script . The list.js file contains scripts to set the view of the chat history list, the list of saved contacts, the view for finding and adding friends, and the view for managing user profiles. <!DOCTYPE html> <html lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Inponow Web Chat</title> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/custom.css"> <script src="/jsjq/jquery.min.js" charset="utf-8"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/bootstrap.js"></script> <script src="/socket.io/socket.io.js" charset="utf-8"></script> </head> <body> <div

Ad by Adsterra