Network application framework in Julia (i.e. netty, NIO, MINA)

Hello,

is there work going on to come up with a network application framework in Julia like netty, NIO, MINA?

https://netty.io/

It would be nice to be able to use gRPC and Protobuf. I know there is protobuf.jl which is great, but sadly gRPC.jl and it’s dependencies are unmaintained and even removed from registry. Without a gRPC.jl library it’s difficult to profit from protobuf.jl and so far there is no official grpcio.jl by the grpc org.

Would also be great to see some support for this issue here btw: Julia language implementation · Issue #24786 · grpc/grpc · GitHub

However, such a framework would be awesome I think.

cheers
Mark