slince / spike-go

:mega: A fast reverse proxy written in golang that helps to expose local services to the internet
19 stars 6 forks source link

great work! i dont understand what's the purpose of spike server #2

Open kolinfluence opened 2 years ago

kolinfluence commented 2 years ago

i got it working but i dont understand why we need to have spike server to be working.

why cant we just use the spike client without the server since it's just a reverse proxy?

slince commented 2 years ago

why cant we just use the spike client without the server since it's just a reverse proxy?

Yes, spike does not work in P2P mode.