Chat Realtime
1.0.0
该应用程序可用于更新和更新(BETA)。 Maka dari itu jangan lupa di fork & like ya sob :)。
应用程序:
适合:
即时的:
db/chat_realtime.sql
php/config.php
<?php // 图片目录 $imageDir = "图像"; // 替换为:您的数据库帐户 $用户名 = "替换"; $密码=“替换”; $主机=“替换”; $name = "chat_realtime";
js/config.js
// 领域 const 域 = "http://REPLACE"; // MySQL API const apis = 'api.php'; // 设置图片目录 const imageDir = '图像'; // 替换为:您的 firebase 帐户 常量配置= { apiKey:“替换”, 数据库URL:“https://REPLACE.firebaseio.com” }; firebase.initializeApp(配置); // 创建 firebase 子项 const dbRef = firebase.database().ref(); const messageRef = dbRef.child('消息'); const userRef = dbRef.child('用户');