An Incremental Build To My NAS Application
Putting the finishing touches on `ChiNAS`.
up to speed
Last week, I took up a new project in the form of a Network Attached Storage (NAS) Server. I wanted to create this project as I thought it would be an engaging, educational, and fun project and I personally need a good way to share files on my home-network anyway. We are already incredibly far along on the project; in the last part we created a fully-functional API and a client application that communicates with that API to display and mutate files stored on the server. If you would like to read through that part to get more context on the project, here is a link to the first article I did on this project:
With our efforts, we were able to create a system that allows us to explore directories and files remotely. However, this is of course not the only file operation we want to offer for this application…