HTTP2 NodeJs Chat
This is a chat similar to chat-roulette, where you chat with strangers. You
can check this chat application here
This chat is protected with Google’s RecaptchaV3 for bot detection. After you create your account, change in script import and app script
Note : If you want to deploy it into production, you must change the auto-sign SSL certificate.
git clone https://github.com/NunuM/chatstory-http2-chat.git
cd chatstory-http2-chat
npm install
HTTP_PORT=4001 PORT=4000 RECAPTCHA_KEY=YOUR_PRIVATE_KEY npm start
If you are testing locally: https://localhost:4000 you must open two browsers to match with yourself, two tabs will not work.