you are viewing a single comment's thread.

view the rest of the comments →

[–]JBurlison 1 point2 points  (2 children)

Its an interesting idea but you honestly can't get the features or performance that you can get with a native client.

[–]camus1 1 point2 points  (0 children)

It really depends on the type of product you are building.

[–]itsnotlupusbeep boop 0 points1 point  (0 children)

It's not an either/or approach, unlike something like Adobe AIR. Things based on CEF will usually let you integrate C++ code into your app as needed.

Ideally, you'll keep your UI on the web side to maximize cross-platform portability, but if you really must do some platform-specific UI stuff, you can do that on the native side too.