Results 66 comments of 郑达里

:+1: very interested in this feature.

I think that flags for individual features would be good. Build targets would be kind of a pain to maintain, though it would be more convenient.

I just wanted to add that for Node v4.0 (or recent chromium/chrome), the only things that I would care about transpiling: - default function parameters - es6 module syntax -...

oops, I read this [compatibility table](https://kangax.github.io/compat-table/es6/) and just assumed that it was hiding behind a flag.

Hmm, I'm not sure if that is the case, the [runtime](https://github.com/tildeio/htmlbars/tree/master/packages/htmlbars-runtime/lib) is quite small. Also, the compiled template looks to implement a similar concept to what monkberry does, build dom...

It seems that the goal would be to serve JSON API out of the box, right? That would be most congruent with Ember Data's default adapter/serializer, and would be one...

Quite a lot: - It is written for Node.js first, with performance in mind. - Since it's running a server, one can inspect all of the network traffic. - One...

> Has consideration been given to a hosted solution, or a "one click deploy" back end on something like heroku? I have thought about setting up some managed application service...

[s2](https://github.com/gr0uch/s2) is being actively maintained and used in production. i may have forgot to link back to the repo from here.

Comcast works but also comes with the downside of bogging down your entire connection, and requires specifying which network interface to use. It has to be done at an application...