NexusNull

Results 7 issues of NexusNull

Addresses this [issue#76](https://github.com/lmaccherone/node-localstorage/issues/76)

I'm running multiple instances of node-localstorage in the same directory from different processes, the problem is that when one instance creates an entry, this entry doesn't appear on the other...

An extending class needs to change these if it wants to implement certain functions.

I would like to serve the tracking data using a socket.io server so that it's easy to access the data from a browser. I'm already working an a prototype but...

A move command on a none existing file results in a 500. This change fixes it so that it returns a 404 instead.

**Overview:** This pull request extends the functionality by introducing an automated server deployment mechanism using Terraform and Ansible. The key enhancement includes configuring the terraform.tf file located in cicd/infra/ to...

Great project you got here, could you add some examples on how to use it? Something like this: ``` backend "http" { address = "https://state.com/remote/${name}" password = "${password}" username =...