aravindvnair99 / Pikachu_meet

A video conferencing application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pikachu_meet

Pikachu meet is a video conferencing application using HTML, CSS, JavaScript, Node.js, Express.js, Peerjs, Socket.io, ejs, uuid, mysql, npm and nodemon. It is a Social Networking digital communication web application that provides video chat between computers, tablets and mobile devices through a web browser.

Installation of libraries

Initialize npm (node package manager)

npm init -y


Install expressJs, ejs, socket.io, uuid, nodemon and mysql library

npm i express ejs socket.io uuid nodemon mysql


Install peerJS library

npm i -g peer


Open the terminal

Start the nodejs server

npm run devStart


Open another bash terminal to start Peer server

Start the peerjs server in port 3001

peerjs --port 3001


Design

Flowchart showing connections of webpages

About

A video conferencing application


Languages

Language:EJS 57.7%Language:JavaScript 34.8%Language:CSS 7.6%