True. I did not think at that possibility. Thanks for the input.
I’m searching for a solution to make both available. A webthing and a local webpage available on request of the hostname like http://mycoffeemachine.local
I created already a working solution with two servers where i used a cherrypy webserver besides webthing-python and that worked. I was able to access the cherrypy webpage over http://mycoffeemachine.local and in the gateway the coffeemachine-thing apeard.
What i don’t understand is why I was able to make both work. My cherrypy website was listening on port 80 and webthing-python provides the json-api on port 80.
How do both work then?
And, how can I make both work on one server like the tornado?