项目作者: AbhinavRobinson

项目描述 :
Some Cryptography Functions called via #sockets-io on #reactapp
高级语言: JavaScript
项目地址: git://github.com/AbhinavRobinson/npx-crypto.git
创建时间: 2020-09-12T11:55:28Z
项目社区:https://github.com/AbhinavRobinson/npx-crypto

开源协议:

下载


npx-crypto 🚀

This is a npx-sockets react app which I have used to perform my crypography course lab work.

CodeFactor
GitHub top language
GitHub language count

Requirements

  • NPM npx compatible
  • For Demo, please contact me as the MongoDB server access is not public. You can setup your own mongodb connection by editing the message.js file at the indicated comment.

Instructions

  • perform npm init -y in frontend and npm i express socket.io mongoose cors in backend DIR.
  • assuming you have DB access, perform node ./index.js --user=crypto in backend DIR.
  • now, perform npm start in frontend DIR.
  • given Connection Establised message, npm should open up a browser window, you should observe a client connected... message.
  • Type in the chat box, and perform encrytion (press ENTER to send message)
  • to close enviorment, simply kill all node operations.

Contact

You can check out my profile page to obtain contact information.