Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change from localhost to 127.0.0.1 in simple_server.js
As of 18, node defaults to ipv6, which means localhost is no longer IPv4 address 127.0.0.1; explicitly use IPv4 IP here instead.
- Loading branch information