What is your wildest programming language idea? This could be fun (silly) ideas or really cool and useful ones.
Go!
Also on le twatter: https://twit...
I was coding when randomly chrome said this:
Deceptive site ahead
Attackers on 8ceb347a-67da-460d-8570-83b5047f526d.id.replitusercontent.com may tric...
When I run my simple js-speed program in repl.it, it produces times of roughly 4 ms for 1,000 ops, 2500 ms for 1,000,000 ops, and the last 1 billion o...
The program continuously keeps reconnecting before I can do anything with it cause when i try to run the program it keeps on disconnecting and reconne...
I am trying to use videoshow in node.js. I have copied the code almost directly from the github page for [videoshow](https://github.com/h2non/videosho...
Hi,
The express example in nodejs is not working and is having an error where it can't find express module. Any ideas? This one has had me stuck for...
how do i draw a circle or a square in java script?
I write rect(200,200,200,200); for square because khan academy told me to do it like that but it says i have to describe it? I don't know how to tho...
Hello. I have started an express+socketio server with the standard:
```
var app = express();
var server = http.Server(app);
server.listen(3000, () =>...
Hi, what would I have to do to this code to add commands and be able to kick people/ delete messages? This would need to be only if there name was so...
# Hey guys!
I have been working on a game with NoNameByProgram and lightningrock, and to be honest, it looks kinda ugly. The animations are pretty nic...
Hello!
I'm trying to install pm2 on my repl to automatically restart it when it crashes. However, I get the error that I need to run it as admin. Trie...
Hi, I just installed TypeScript in a Next.js project and when I try to import from react it just says, "Cannot find module 'react'."
![image](https:...
I'm starting a video game project. The game will be a top-down IO game called Nuke.io, with a nuclear wasteland theme and different modes. Im looking...
can I install linux packages for js puppeteer?
apt-get install gconf-service libxext6 libxfixes3 libxi6 libxrandr2
libxrender1 libcairo2 libcups2 lib...
I open a link and this happen, what i need to do now??
![1](https://storage.googleapis.com/replit/images/1559812949782_26e71a285fcce9b6577c4031478d324...
Hi,
i have been working out a kick command and have almost finished, the only problem I am having is on client side where name variable is blank. If...
Hi,
Does anyone know why all my node repls have stopped working?
For example, I get this error each time I run it: `express-pug-css-swirly-thing--ro...
So I diagnosed my issue these past three days down to the smallest detail and I am 100% positive I know the problem. So my game uses the **Cloud Fireb...
Hi so I installed the nodemon package however when I try to run the server via the terminal, it says that the nodemon is invalid command. Is there any...
I have a repl that I need to run with my computer off, but I can't find a way that works. I tried https://ping.matdoes.dev/# but it does not work. I'v...
I am getting an error that a module was compiled against a different node.js version.
Here is the full error. How do I resolve it?
```
Error: The module '/home/runner/zghsx9ruruf/node_modules/scrypt/build/Release/scrypt.node'
was compi...