mattkrick / meatier

:hamburger: like meteor, but meatier :hamburger:
3.05k stars 173 forks source link

Move to Koa2 once await/async get taken up by V8 (est. June 2016) #49

Open mattkrick opened 8 years ago

ghost commented 8 years ago

If anyone wants info on Koa 2.0: https://github.com/koajs/koa/issues/533

wmertens commented 8 years ago

Any reason to wait? Babel can transpile and then you don't need to require the very latest Node.

mattkrick commented 8 years ago

koa2 is in beta until V8 offers await/async. for front end stuff bleeding edge is cool. for stuff that matters, I like to wait. That said, if someone submitted a PR to make the switch I probably wouldn't reject it...

wenzowski commented 8 years ago

not sure about stability level but there's been a release

wtgtybhertgeghgtwtg commented 8 years ago

Does Koa2 work with SocketCluster?