Zombie is a server and a C++ library for easily developing networked applications (games). The developer does not need to know anything about TCP/UDP in order to develop a networked application using Zombie. All communication passes through a central server, which can handle many different applications at the same time. Data can be multi/broad/unicasted and features such as teams are easy to use.