
Creating a Real Time Chat App using React and Socket IO with E2E Encryption
This article will explain how to create a simple chat application with Node.js and React, where the exchanged messages will have end-to-end encryption using secret keys. In recent […]