Are Web Workers supported on the Repl.it html5/js/css code editor. I thought i needed to import it, but I never found any info on how to set it up. Is...
I want to be able to support server functionality in my html/js/css projects. So far, all documentation uses node.js. How can i either use node.js in...
I found these cool math tricks in some MinutePyhsics videos, and thought it would be fun to try and recreate them. My attempt at Shor's algorithm is r...
Since discord is currently down, and the theme was announced there(assuming this since no post has been made about it here), could anyone tell me the...
What are some of the simple ML libraries for Javascript supported on repl.it
I know that most of them time, simple != best, but I dont need the best. I just want something I can implement into some of my projects. I know of Ten...
This is a simple idle game, with the only objective being to get as much money as you can. Its very simple, you can give it a try down below. Leave a...
I remember seeing a certain type of file being added to repl, where only the owner of the project could see its contents. Is this a thing, if not, are...
I have already made a bug report, but figured I would post here to see if people have a fix. I was coding, when suddenly my editor displayed this. How...
I'm using the node request module, and when I use it outside of a function it works fine, but when used inside one, the console says that "request is...
How to set up multiple HTML pages on a Node.js server
I'm setting up a node powered website that uses socket.io to communicate with the other clients, and I'm currently following their tutorial. I want to...
In the image I used, i manually cropped it to make sure there was not a blank space in the image. After cropping the image, the issue still persists....
I'm trying to set up jsonstore and learn how to use it. And with the code in the repl.it tutorial post, it get an error saying that "require is not de...
I am making a simple login system, and when testing it in a new tab, a pop up came up saying that my site was dangerous. It now wont redirect to other...
So I have a project that emulates chrome with the webbot api, but it only works in the repl editor. Is there ant way to be able to use it with the lin...
I have a dedicated web worker, that repeats one action. I want to be able to change the values it outpost, by manipulating variables. when I try to ch...
Is there a way to read what a html file has written in it?
So if I have a div element with the Id of test, I know I can get the element by id, and change the inner html. Is there a way to have the change of th...
I was working on a website, and I quit earlier today, to go do something else. I come back tonight, I write a few lines(just a bool variable and an if...
I have been working on a idle game. I found out about workers, and wanted to use them because, well why not. I started programming, but now I have hi...
Is there a way to recreate the console in javascript, and have it accept input?
I wanted to recreate a console-like input area, where the user could type commands, and that could be turned into a variable. Would this be possible i...