springweblobby / swl-qt

Weblobby QT project component
6 stars 2 forks source link

what is ./swl-websocket-server in the user-root on springrts.com? #15

Closed abma closed 9 years ago

abma commented 9 years ago

where is the source-code?

is it still needed?

i'm asking because it has an open tcp-port on the server.

any docs about it?

db81 commented 9 years ago

It's a tiny websockets proxy server to let the new React weblobby connect to the lobby server from browser, which is useful for testing. The source can be seen at https://code.google.com/p/springweblobby/source/browse/branches/websockets/server/src/chat_server.hpp. If you're worried, I can move it to my VPS since it's incosequential where it runs.

db81 commented 9 years ago

By "the new React weblobby" I mean http://weblobby.springrts.com/reactjs/index.html.

abma commented 9 years ago

does this mean, there are currently 3 different springweblobbies?

http://weblobby.springrts.com/java/site/ http://weblobby.springrts.com/reactjs/index.html https://googledrive.com/host/0Bys6k7VMCRfUZ0N5MGJXR1pRV2M/

hu? why?

can you please remove/drop the unmaintained?

abma commented 9 years ago

also there already exists http://webchat.springrts.com/

we have more lobbies than users :-|

abma commented 9 years ago

which is useful for testing.

if its for testing only, does it need to run 24/7?

db81 commented 9 years ago

It's just more convenient because you don't have to start it every time and you can forward people to the webpage for a live demonstration of sorts. I've moved it to a VPS where it can run without bothering anyone.

can you please remove/drop the unmaintained?

Sure, I'll drop the Java one. The other 2 are the current iteration of swl and reactswl which is a work in progress.

we have more lobbies than users :-|

The bane of open source projects :P

abma commented 9 years ago

thanks! :)