I am currently looking for ideas for my next open source project
Ask HN: What JavaScript library would you like to see that doesn't exist yet?
1–10 of 11 posts
Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#2 [1] http://www.rubymotion.com/
[2] http://trac.webkit.org/wiki/JavaScriptCoreRe: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#3Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#4How about a library like RubyMotion[1] for writing native iOS apps in JavaScript/CoffeScript? You could use JSC[2] as your runtime. [1] http://www.rubymotion.com/ [2] http://trac.webkit.org/wiki/JavaScriptCore
Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#5Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#6How about a library like RubyMotion[1] for writing native iOS apps in JavaScript/CoffeScript? You could use JSC[2] as your runtime. [1] http://www.rubymotion.com/ [2] http://trac.webkit.org/wiki/JavaScriptCore
That's already a thing — it's called JSCocoa[1]. Works for both Mac and iPhone. Doesn't seem to have caught on much, though. [1]: https://github.com/parmanoir/jscocoa/
Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#7Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#8Re: Ask HN: What JavaScript library would you like to see that doesn't exist yet?
#9A library that would allow you to share templates between the server and the client. The library would allow you to include a template file and render it on the client. It would allow you to also include the same file and render it on the server.