/ChatMe

altyapı  nodejs ile socket.io ve mongodb  kütüphaneleri kullanılarak front-end tarafı html -css-bootstrap ile kodlanmış ve gerçek zamanlı bir chat yazılımı gerçekleştirilmiştir.Kullanıcı sisteme giriş yapar ve isterse kişiye özel mesaj  veya bir oda kurarak dilediği kişiler ile chat yapabilir...

Primary LanguageHTML

ChatMe

This application is built by using Nodejs, Express, MongoDB.

Installation

Make sure you have Nodejs, npm and MongoDB.

1.Clone or download the repository

git clone https://github.com/harrunisk/ChatMe.git

2.Open File Folder

cd ChatMe

3.Install Dependencies

npm install

4.Start MongoDB
for linux

sudo systemctl start mongod

5.Start the application

node index.js

Now the app should be working on localhost:3000.

Work
Work2