All activity
Fachrin Aulia
left a comment
I find making a new network application sometimes too verbose in Golang, like doing repetition anywhere.
Hence, I created a library for you to organize your network application better and build the application logic based on events that happened in the network communication.
Let's place some feedback!
ProtoEvent
go, golang, tcp, udp, protocol, software, networking
ProtoEvent is an event-based TCP/UDP connection handling library in Golang. ProtoEvent reimplements Go's network interface to have extended ability of capturing various events that happened in network communication.
ProtoEvent
go, golang, tcp, udp, protocol, software, networking