Secure Web Chat An implementation of an RSA signed diffie hellman webchat. Setup Server cd server npm install sls deploy Setup Client cp .env.example .env Set WEB_SOCKET_URL and update G and N if you wish. npm install npm run dev