Fork me on GitHub
#off-topic
<
2023-04-10
>
Joseph Graham03:04:14

Not sure what category this belongs in, but why would my clojurescript work at http://localhost:3000 but not http://0.0.0.0:3000 ?

Robert Todea03:04:09

I think this would answer your question: https://stackoverflow.com/a/20778887/351442 The gist of it: 0.0.0.0 is a mask to filter out incoming requests for the server, 127.0.0.1 is the real address, and localhost is an alias for 127.0.0.1

Joseph Graham03:04:56

guess I never thought about it so much. Thanks!

👍 2
Geoffrey Gaillard06:04:37

If you are using shadow, note that it reports it's listening to 0.0.0.0 but actually binds to 127.0.0.1

Cora (she/her)17:04:40

0.0.0.0 is "bind to every interface", right?

hiredman03:04:02

0.0.0.0 isn't a real address

hiredman03:04:34

127.0.0.1 is localhost

thanks2 2
adi07:04:03

Required viewing for undergrad CS majors https://twitter.com/azlenelza/status/1644789222082244613?s=20

6
🙌 1
Daniel Gerson15:04:00

CGI used to look fake and move like cartoons (CG animators often from a traditional background). This looks real, but moves like animatronics! One step closer I guess.

2