Currently if we wanted to add new networking features, like HTTP(S), or custom networking, we would have to make a separate package and basically copy-paste a lot of code. We should make it easy on both the client and server side to use a different networking or command protocol. It should also be easier to potentially implement a custom protocol.
Currently if we wanted to add new networking features, like HTTP(S), or custom networking, we would have to make a separate package and basically copy-paste a lot of code. We should make it easy on both the client and server side to use a different networking or command protocol. It should also be easier to potentially implement a custom protocol.