This website requires JavaScript.
Explore
Sign In
MiTask
/
LinkUp-P2P-Chat
Watch
1
Star
0
Fork
0
You've already forked LinkUp-P2P-Chat
forked from
snxraven/LinkUp-P2P-Chat
Code
Pull Requests
Activity
43
Commits
1
Branch
0
Tags
2.3
MiB
JavaScript
69.9%
CSS
15.7%
HTML
14.4%
e33244c1f1
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
MrMasrozYTLIVE
e33244c1f1
Merge
https://git.ssh.surf/MiTask/LinkUp-P2P-Chat
2024-06-08 22:56:23 +03:00
chatBot
I actually dont know if it works or not. Changes: Replaced TopicBuffer with chatRoomID and now topicBuffer is being created directly in Client class; Replaced chatBot with Client; Client now extends EventEmitter; bot.on('onMessage', (pear, message) => {}) is now a thing instead of directly putting method in chatBot constructor
2024-06-08 22:34:25 +03:00
test
first commit
2024-06-03 19:23:14 -04:00
.gitignore
adding .env
2024-06-04 01:36:45 -04:00
app.js
Trying to fix peer counts
2024-06-08 15:52:44 -04:00
index.html
Adding a sidebar that contains a room list that can switch chat views, a toggle button to access create/join settings
2024-06-08 01:21:25 -04:00
package.json
I actually dont know if it works or not. Changes: Replaced TopicBuffer with chatRoomID and now topicBuffer is being created directly in Client class; Replaced chatBot with Client; Client now extends EventEmitter; bot.on('onMessage', (pear, message) => {}) is now a thing instead of directly putting method in chatBot constructor
2024-06-08 22:34:25 +03:00
style.css
Adding a sidebar that contains a room list that can switch chat views, a toggle button to access create/join settings
2024-06-08 01:21:25 -04:00