iOS Question HTTPServer implementation in B4I ?

wl

Well-Known Member
Licensed User
Longtime User
Hi,

As a Jetty webserver is not included in B4I, did anyone succeed in writing a simple HTTP server in B4I ? Or would it be "easy"to include a Jetty server in B4I as well ?

I know this question was already asked a few times before in the past, but I was wondering whether anything changed meanwhile.

Thanks
 

wl

Well-Known Member
Licensed User
Longtime User
Depending on how adventurous you're feeling, google turns up quite a few basic HTTP servers written in Visual Basic, plus some written in RealBasic/Xojo (this, for example: https://github.com/charonn0/WebServer )

Though not identical in syntax, those may give some inspiration.

Thanks I already looked in this ... would be relatively easy to implement a simple HTTP server, just hate to do something that was already done :)
 
Upvote 0
Top