Giter VIP home page Giter VIP logo

encryptedchattingroom's Introduction

Encrypted Chatting Room

This is a chatting room which can encrypted all the messages in the room and hash chain to keep messages unmodified.

We used mongoDB as database, Angular as front-end, Websock for notification and update of messages and spring-boot as back-end.

How to run the source code with docker

All commands will require sudo prefix if you are not root user.

User Docker Compose to run the code and ensure you have internet access to download some images.

docker-compose up --build

Open another teriminal execute the following for the access of client web pages.

docker exec -ti encryptedchattingroom_nginx_1 chown -R nginx /usr/share/nginx/html

And then visit the chatting room

For Linux or Docker Desktop, please visit http://localhost/?local=localhost:8080 Click Here

In Windows with Docker Toolbox, please visit http://192.168.99.100/?local=192.168.99.100:8080 Click Here

Run without docker

Ensure local machine has MongoDB and it's serving on 27017 port.

Compile projects first NginxServer, Server, Client1, Client2

Run these project in proper order. (Nginx Server will start a simple web server for the access of chatting room client)

Visit http://localhost/?local=localhost:8080 Click Here

encryptedchattingroom's People

Contributors

miragejian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.