質問

How do i make an application like kws which allows our handheld device to act as a server. It should be able to handle post request and host a web site. Any idea where I should start?

役に立ちましたか?

解決

I assume you are developing in C++.

You can start with HappyHTTP library from Ben Campbell and libcurl to create your small web server on an Android. Both can be quite easily compiled for Android and work well. If you need to handle only get/post requests it is more than enough.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top