Andy Liu
@9751
I like odd numbers excluding unlucky number 3. I like to code cool stuff.
**I've always wondered about how people make chat sites on repl.it
Can anyone tell me?**
PattanAhmed @9751 Hi,
If you need to make a ChatRoom, you need to learn these two things so that you can start making your own!
They are:-
**1. Frontend:- Languages like HTML, CSS, and Javascript...
Backend:- Languages like Python, PHP, Java, Ruby...**
And the second thing is that you can find many tutorials specifically talking about this ChatRoom like this YouTube video or this Website or maybe this too
*Hope this helps
Please mark my answer if this helps*3 years ago
Coder100 Hi! You can do it with node.js + socket.io as the backend, and HTML as the frontend. Make sure you know javascript.
https://socket.io/get-started/chat/3 years ago
DynamicSquid you need two things:
frontend
backend
front end is HTML, CSS, to make everything look the way it is. then you need to actual make the thing using servers. you can find plenty of tutorial on youtube for chatwebsite, like this: https://www.youtube.com/watch?v=jD7FnbI76Hg&t=2903s3 years ago
So I imported a JPG file. Now how do I make it the tab icon for my site?
HTML, CSS, JS
**Okay, I know I haven't posted repls in a while.
So, in my free time, I made this repl. Enjoy!**
Python
How can I save accounts in a Python repl?
CodingRobot12 Maybe try using two files: one that keeps track of the username and one that keeps track of the password3 years ago
I need some help on a repl. It will be kinda hard... Can anyone help?
P.S. It is Python
**ENJOY ROCK PAPER SCISSORS!
IF THERE ARE ANY POSSIBLE IMPROVEMENTS, FEEL FREE TO COMMENT!**
Python
gibbsfreenergy You should make the game continous and add some color. I can actually redo this with color and give it to you if you don't mind.3 years ago
I made a CHESS PIECE tutorial!!!
I work super hard on this to please upvote.
Special thanks to @CodingCactus for the template
HTML, CSS, JS
**It is a animation...
But not really.
It is made of smiley emojis,
But really.
IT.
IS.
COOL.**
Ruby
**Crack the code.
It's that simple.
But also hard.
But...
IT IS POSSIBLE.
I HAVE DONE IT BEFORE.**
Python
**I made a non-snazzy typing website! I worked super hard on this, so PLEASE UPVOTE AND COMMENT
P.S. Be warned - it doesn't save.**
HTML, CSS, JS
Bookie0 cool, but you should make it a tad slower. also instead of
for x in range(999999999etc.), you can use while True which will make it go forever3 years ago
How do I make the turtle in Python with turtle disappear?
Is it possible to make repl.it using repl.it?
How can I make an embedded page at this site say something?
Coder100 Hello, assuming you are using JavaScript, the function to do it is:
alert("text");
There are also
prompt("input", "default value")
and
confirm("are you sure you want to do this?")
Hopes this helps!3 years ago