Something similar to gumps, I mean:
class AwesomiumInterface
constructor: (string url, int x, int y, int width, int height) // display a specific web page
constructor: (CustomAwesomiumInterface cai) //maybe the server can send custom HTML content to the client?
method: RelayInfo(Info info)...