Examples

echo server

The echo server is a tcp server which send back everything it received. These examples demonstrate how network io is performed with arkio.

cat utility

The cat(1) utility reads a series of filenames from command line and print their content to the console. These examples demonstrates how normal file io is performed with arkio. Notice how file-based async io is fencelessly combined with network io. This could only be done with io-uring based libraries.