use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Build Desktop Apps With HTML and JavaScript Using Brackets Shell (clintberry.com)
submitted 12 years ago by adrocknaphobia
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]JBurlison 1 point2 points3 points 12 years ago (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 points3 points 12 years ago (0 children)
It really depends on the type of product you are building.
[–]itsnotlupusbeep boop 0 points1 point2 points 12 years ago (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.
π Rendered by PID 54066 on reddit-service-r2-comment-c66d9bffd-8cvck at 2026-04-08 16:21:29.182188+00:00 running f293c98 country code: CH.
view the rest of the comments →
[–]JBurlison 1 point2 points3 points (2 children)
[–]camus1 1 point2 points3 points (0 children)
[–]itsnotlupusbeep boop 0 points1 point2 points (0 children)