@UnluckyFroggy
Professional Gamer, Twitch Streamer and CEO of Whoopp.
Join Whoopp! https://discord.gg/brebvwACbY
My Notifications code, so far:
(async () => {
Notification.requestPermission(permission => {
if (permission === 'granted') {
if (notificat
GatewayDuckYT var notify = new Notification('Hi there!', {
body: 'How are you doing?',
icon: 'https://bit.ly/2DYqRrh',
});
there this will only work if the user is in your site
this helped.? check the uparrow
`2 years ago
Would you guys like me to make a social media site? If so, what should the main purpose of it be? (Blogging, Group Chatting, Coding, etc.)
POLL:
Cod
Does anyone have any project requests for my team? (Website, App, Extension, Bookmarklet, etc.)
Froggy Chatroom 1.3 is now available!
Chatroom Includes:
Dark and Light mode
Pinging
Replying
Deleting messages
Auto reload after update
Profan
HTML, CSS, JS
slothsloth @noway15 and @ch1ck3n lets chat at https://froggy-chatroom.unluckyfroggy.repl.co/2 years ago
UnluckyFroggy @ch1ck3n I didnt code it on Github, we uploaded it to Github. His name is Adam. This about bruhify.2 years ago
In my Chatroom, I receive a lot of "NaN's ago" as the time. Normally it happens with the past messages from before a restart of the repl.
Here is a c
ch1ck3n Youre probably not storing the times for the messages. if you're just hardcoding some HTML into a file it should be easy.2 years ago
UnluckyFroggy Also, here is the chatroom link: https://froggy-chatroom.unluckyfroggy.repl.co/2 years ago
I have a textarea in my chat, I can multiline in it but when I send it, it's only one line. I want it to stay multilined after I send.
It's socket.io
LukeWright Why don't you have something like old telegraphs used where there is a symbol used to denote the end of a line. Then in your code, display it as multiple lines, splitting the message whenever it sees the symbol.
message = "hellofriends#mynameisluke"
listified = []
listified = message.split("#")
for ln in listified:
print(ln)
2 years ago
Does anyone want to be a Developer for Froggy Chatroom?
Must have at least 2 years of Javascript experience.
Must be at least 13 years old.
Froggy C
AntimatterDev i am 15 and have over two years of experience with javascript. i created the antimatter proxy server (note: i did not follow your template)2 years ago
conspicous can i pls? I founded Oxygen (now called Somer) in which i am building Virra (the lang developed for high performace) with a group of 6 devs and Momentum (the cloud service) with a team of 10 devs. i have about 1.1 years of javascript development BUT i am willing to overcome challenges.2 years ago
My chatroom uses socket.io and is built with nodejs. How do I add markdown to my chatroom?
notGilbert When the client receives a message, pass it through a Markdown formatter like marked and set it as the innerHTML of whatever element.
Note that marked does not sanitize the HTML, so you'll probably want to do that beforehand.2 years ago
I want to be able to upload images to my chatroom in the chat. The link to the chatroom is: https://froggy-chatroom.unluckyfroggy.repl.co/
Baconman321 You are going to need to use filereaders for uploading images from the user's computer. I have a great tutorial on it:
https://replit.com/talk/learn/FileReader-in-javascript-What-is-it-and-how-does-it-work/80307
I would recommend reading the file as a data URL. That way you can simply send it to the server to store (I also recommend making a file size limit) and use that data-url as the source of an `` tag.2 years ago
UnluckyFroggy Sorry I can't give you the code to view, it's a private repl and I don't want to share the code.2 years ago
Froggy Chatroom 1.2 is now available!
Includes:
Dark and Light mode
Pinging
Replying
Deleting messages
Auto reload after update
Profanity filte
HTML, CSS, JS
You are gonna love this! Me and my team have finished the beta version of our live chatroom, you can Copy your messages, Delete your messages and repl
HTML, CSS, JS
UnluckyFroggy New post, available at: https://replit.com/talk/share/Froggy-Chatroom-12-is-now-available/1304652 years ago
I want to keep the scrollbar at the bottom unless I scroll up. Can't share the code, just see if you can help.
Can anybody help me with the CSS on my live chatting project? I prefer @19wintersp
Coder100 I like how you say anyone can help then says I would like it if only this person helped2 years ago
I legit got warned for upvoting Coder100's comments. How is that bad?
Go to your profile.
At the top right, click "edit your profile".
Add the name you want as your first name and add a space as your last name.
Click sav
HTML, CSS, JS
Here is a free Minecraft server template that you can run online for free! Your not going to see this very often (maybe never) so here it is. All you
Bash
Play against a bot in Rock Paper Scissors, see if you can beat the bot!
HTML, CSS, JS
Collect the food and grow bigger but if your head collides with your body, Game Over!
HTML, CSS, JS
Play against a Computer in a game of Tic-Tac-Toe online!
HTML, CSS, JS