This website requires JavaScript.
Explore
Sign In
snxraven
/
LinkUp-P2P-Chat
Watch
1
Star
1
Fork
2
You've already forked LinkUp-P2P-Chat
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
34
Commits
2
Branches
0
Tags
2.3
MiB
JavaScript
74.1%
CSS
13.5%
HTML
12.4%
de00514397
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
de00514397
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
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
Try to fix update peer count
2024-06-08 15:24:36 -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