How I can get my project link
Hello, I want to get my project link and I cant see repl.co link someone can help me?
Wumi4
The Repl link has been disappeared due to the Captcha. You can't use the repl.co
link if you want to share your project. At least, you can share your Repl though the link at your search bar when you open the Repl.
programmeruser
@Wumi4 you can use repl.co
, it's repl.run
that's been discontinued.
FloCal35
Go into your repl, click share in the top right, and copy the link at the bottom of the pop up menu
shimmyUwU
Uhh okay :(
Your repl.co link is
https://<repl name>.<username>.repl.co
. This will only work if you've setup a web server.@19wintersp Thank you, It worked!
@19wintersp how do i set up a web server?
@Fireblazer "Setting up a web server" in this case means having a HTTP server running on 0.0.0.0. Look up an appropriate tutorial for the language you're using. With Python, for example, Flask is commonly used, so I would suggest trying to find a Flask tutorial.