项目作者: NunuM

项目描述 :
HTTP2 NodeJs Chat
高级语言: JavaScript
项目地址: git://github.com/NunuM/chatstory-http2-chat.git
创建时间: 2020-09-05T17:05:04Z
项目社区:https://github.com/NunuM/chatstory-http2-chat

开源协议:

下载


HTTP2 Chat using NodeJS HTTP2 module

This is a chat similar to chat-roulette, where you chat with strangers. You
can check this chat application here

Search for a new match Chating with a stranger Stranger leaves chat

Installation

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.

  1. git clone https://github.com/NunuM/chatstory-http2-chat.git
  2. cd chatstory-http2-chat
  3. npm install

Run

  1. 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.