nelglez / ChatApp

A fully functional Omegle clone using nodejs and socket.io made for group chats, Where you can maintain anonymity and talk to 'n' number of people simultaneously.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatApp

Realtime Chat Application, A fully functional Omegle clone made for group chats, Where you can maintain anonymity and talk to 'n' number of people simultaneously.


Steps to install dependencies and run the app: In the terminal type the following commands:

  1. cd node

  2. npm install

  3. Either use nodemon in the node directory (To globally install nodemon use: npm install -g nodemon) or Run "index.js" using code runner extension in vscode.

  4. Run "index.html" in your browser.

Run as many chrome instances you want simultaneously, to check the functionality

About

A fully functional Omegle clone using nodejs and socket.io made for group chats, Where you can maintain anonymity and talk to 'n' number of people simultaneously.


Languages

Language:JavaScript 43.3%Language:CSS 32.4%Language:HTML 24.3%