NozeIO / Noze.io

Evented I/O streams for Swift
http://noze.io
307 stars 11 forks source link

Port Noze.io to Swift NIO #23

Open randop opened 6 years ago

randop commented 6 years ago

There is Swift NIO https://github.com/apple/swift-nio

Is it possible to change the underlying engine of Noze.io with this?

helje5 commented 6 years ago

We should absolutely port Noze.io to that. (instead of relying on GCD)

randop commented 6 years ago

Glad to hear about this! Thanks for the quick answer.

helje5 commented 6 years ago

Yeah, but why close? Can we closed when done ;-)

helje5 commented 6 years ago

After reviewing NIO I think it may be better to do a separate version targeted towards NIO.