Interesting how this will play out. It's an ambitious goal to consolidate client side and server side javascript ecosystems which is quite fragmented today. On the other hand, this may only increase fragmentation further by introducing another target to develop for (wait for transpilers that can automagically convert between deno and node code). I will always look at javascript as this problem kid that cannot get its…
Deno raises $21M
61–70 of 397 posts
Re: Deno raises $21M
#62Interesting how this will play out. It's an ambitious goal to consolidate client side and server side javascript ecosystems which is quite fragmented today. On the other hand, this may only increase fragmentation further by introducing another target to develop for (wait for transpilers that can automagically convert between deno and node code). I will always look at javascript as this problem kid that cannot get its…
There is already a system for building a NPM node package from a Deno package, called dnt (deno to node). It's maintained by some Deno team members. Here's a blog post they wrote about porting "Oak" (a deno HTTP server framework) to Node: https://deno.com/blog/dnt-oak The nice thing about Deno conceptually, is that it's much more similar to the browser platform than node is. It uses ES6 only, has things like `fetch`…
Re: Deno raises $21M
#63The color changing on this page gives me a migraine: https://deno.com/deploy I like Deno in principle, but I'd love to see how Slack, Github and Netlify are using it.
Weird... it's having the same affect on me, something about slowly fading to white background is making me flinch. Is this a known phenomenon?
Re: Deno raises $21M
#64Earlier quoted context omitted.
There is already a system for building a NPM node package from a Deno package, called dnt (deno to node). It's maintained by some Deno team members. Here's a blog post they wrote about porting "Oak" (a deno HTTP server framework) to Node: https://deno.com/blog/dnt-oak The nice thing about Deno conceptually, is that it's much more similar to the browser platform than node is. It uses ES6 only, has things like `fetch`…
Not to take away from the rest of your message, I thought you wanted to get up to speed on that `fetch` is now available in nodejs core since version 17 or something like that (think it got included early this year).
Re: Deno raises $21M
#65Deno deploy seems cool and all, but I haven't seen any great rationale for using their service over say Cloudflare Workers.
Yeah unless I'm missing something isn't this just a stand alone company offering roughly workers?
Re: Deno raises $21M
#66The color changing on this page gives me a migraine: https://deno.com/deploy I like Deno in principle, but I'd love to see how Slack, Github and Netlify are using it.
https://docs.netlify.com/netlify-labs/experimental-features/...
All this dynamic processing happens in a secure runtime based on Deno directly from the worldwide network edge location closest to each user.
Re: Deno raises $21M
#67Earlier quoted context omitted.
You don’t get $21M from investors for nothing. They will force the square peg through the unicorn-shaped hole - or kill the company trying
> You don’t get $21M from investors for nothing. Do you think that investors see every company that isn't a unicorn as "nothing"? I think you're living in a fairytale
Re: Deno raises $21M
#68+ People get paid, hopefully a few even get big $. - Investors want unicorn returns. Good luck!
Re: Deno raises $21M
#69Seems like the standard arguments would be that developers already know JS, and that you can share code with the browser. I don't find these highly compelling.
EDIT: I haven't learned typescript yet, based on the replies, it seems like that could be a good reason to choose it. Seems like a nice middle-ground between typical scripting and compiled languages.
Re: Deno raises $21M
#70Earlier quoted context omitted.
You don’t get $21M from investors for nothing. They will force the square peg through the unicorn-shaped hole - or kill the company trying
> You don’t get $21M from investors for nothing. Do you think that investors see every company that isn't a unicorn as "nothing"? I think you're living in a fairytale
If Deno reaches 30% of the impact of Node, their company could be worth billions.
In the meantime, we get a better open source runtime because they have money to build it out.