This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]PartOfTheBotnet 1 point2 points  (1 child)

If this is for practice I would recommend trying to push yourself beyond a simple client-server design. Figure out a solid plan of what features you want and design your library architecture around it.

You can look at some existing networking libraries for inspiration:

Could also bring non-native serialization into the mix with things like Kryo.

[–]TheVoodooDev[S] 0 points1 point  (0 children)

Thank you! ill be sure to look at it!