mattwright324 / hll-server-browser

Web server browser for Hell Let Loose.
https://mattw.io/hll-server-browser/
1 stars 2 forks source link

Help! Why there is no server on my website? #1

Closed ComeOrDream closed 1 week ago

ComeOrDream commented 1 month ago

I have followed the BUILD.me and deplyed the website on my ubuntu. But why there is no server on the list? Does the port only used in this program is 4000?

ComeOrDream commented 1 month ago
2024-09-23_130615
mattwright324 commented 1 month ago

Hey @ComeOrDream,

Sorry I'm only seeing this now but the server side script is restricted to my domain and localhost:4000, so changing the port to something else would cause it to not work.

However, I only just moved the server side code from a non-public heroku instance to a public github repo here which you can now also run locally. The old heroku server url should no longer work.

https://github.com/mattwright324/hll-server-browser-socket

You would just need to change the connect url on the site to match your local node.js socket instance.

ComeOrDream commented 1 month ago

OK,I'll try it. Thank you.