mattstyles / koa-socket

Sugar for connecting socket.io to a koa instance
242 stars 50 forks source link

Support Node.js 0.12.7 #6

Closed vjpr closed 8 years ago

vjpr commented 8 years ago

Node 4 is quite new, I think the module should be compiled with Babel to 0.12.7. The class keyword is breaking for me.

mattstyles commented 8 years ago

I'm curious, is there a usecase for not updating to node 4?

I know there is pain updating large infrastructure but I thought node 4 was largely an uneventful leap from 0.12.x

vjpr commented 8 years ago

I tried once before and ran into some issues with some native binaries not supporting Node 4. This is the main issue.

mattstyles commented 8 years ago

I'm not really keen on transpilation just for older versions of node.