Simple caching server for DevOps.
The server provides a simple API for caching data like text or binary files.
Install the dependencies.
npm install
Hot-reload to help you create your application in fast, reducing the time while debugging.
npm run dev
Start the service for providing to our dear clients!
npm start
The API documentation of earendel.
Generate a new token. The token is a nanoid.
Every token is unique, and it is used to identify the content in the cache.
Get the text content from the cache.
Save the text content to the cache.
Delete the text content from the cache.
Get the file content from the cache.
Save the file content to the cache.
Delete the file content from the cache.