frankhale / electron-with-express

A simple app that demonstrates spawning an Express app from Electron
MIT License
646 stars 147 forks source link

Changed localhost to 127.0.0.1 #5

Closed vzqzac closed 7 years ago

vzqzac commented 7 years ago

A really small change to let users connect the electron app with the express instance without internet connection, it hangs while testing in windows with a connection error because cant resolve the 'localhost' name, however, there could be a better solution

frankhale commented 7 years ago

Thank you!