Show HN: Wotop – Web on top of any protocol
1–10 of 11 posts
Re: Show HN: Wotop – Web on top of any protocol
#2Also interesting choice to use C++. I don't see the headers for Civet or Mongoose, or even libcurl in the Makefile. Is it your own HTTP implementation on both sides?
Re: Show HN: Wotop – Web on top of any protocol
#3Re: Show HN: Wotop – Web on top of any protocol
#4But isn’t this “just” a service bus with another name, that uses http for transport ?
Re: Show HN: Wotop – Web on top of any protocol
#5Re: Show HN: Wotop – Web on top of any protocol
#6Yes, but does it support: https://en.wikipedia.org/wiki/IP_over_Avian_Carriers
Re: Show HN: Wotop – Web on top of any protocol
#7Re: Show HN: Wotop – Web on top of any protocol
#8If you're tunneling SSH through HTTP, shouldn't it actually be "Any protocol of top of web"? Also interesting choice to use C++. I don't see the headers for Civet or Mongoose, or even libcurl in the Makefile. Is it your own HTTP implementation on both sides?
Re: Show HN: Wotop – Web on top of any protocol
#9Can a similar thing be used to send them over http/https and have a js code on receiving side, convert it into UDP Webrtc data, bypassing the need for a costly TURN server
Re: Show HN: Wotop – Web on top of any protocol
#10If you're tunneling SSH through HTTP, shouldn't it actually be "Any protocol of top of web"? Also interesting choice to use C++. I don't see the headers for Civet or Mongoose, or even libcurl in the Makefile. Is it your own HTTP implementation on both sides?