Getting Started with 9P
9P (or the Plan 9 Filesystem Protocol) is a simple protocol for accessing remote file systems. It was developed for the Plan 9 operating system but has found use in other contexts.
In this post, we'll explore how to set up a basic 9P server and client connection, and how it can be used to create distributed systems.