NanoStorage offers a way to store more data in your web applications. It uses advanced compression to ensure you can save up to 10x more data in LocalStorage. This tool is lightweight, fast, and easy to use.
Follow these simple steps to get NanoStorage running on your device.
Visit the Releases Page
Go to our Releases page to download the latest version of NanoStorage.
Choose Your File
On the Releases page, find the latest release. Click on the file that matches your operating system.
Download the File
Click the download link to save the file to your computer.
Extract the Files
If the file is in a compressed format (like .zip), you may need to extract it. Right-click on the file and select โExtract Allโ or use a program like WinRAR or 7-Zip.
Run NanoStorage
Open the extracted folder and locate the main application file. Double-click on it to run NanoStorage.
To install NanoStorage, ensure your system meets the requirements. Once youโve downloaded the file, follow the steps mentioned earlier.
If you encounter issues during installation, please check the following:
| Feature | Description |
|---|---|
| ๐ Native Speed | Uses the browserโs built-in compression engine, ensuring fast performance. |
| ๐ฆ < 1KB | Minimal size means quick downloads and installs. |
| โก Non-Blocking | The application works in the background so it wonโt freeze your browser. |
| ๐ง Smart Threshold | Automatically skips compression for small data, saving time. |
| ๐ TypeScript Support | Full type definitions are included for easy integration. |
| ๐ฏ Easy API | Simple commands mean you can start using NanoStorage quickly. |
Hereโs a quick example of how to use NanoStorage in your web application:
import { setItem, getItem } from '@qantesm/nanostorage';
// Store data
setItem('key', 'This is my data.');
// Retrieve data
const data = getItem('key');
console.log(data); // Output: This is my data.
For detailed documentation, visit our GitHub Wiki. It contains useful guides and best practices.
If you need help, visit the Issues page. You can report bugs or request features there.
Stay updated with the latest releases by checking the Releases page regularly.
If you would like to contribute, follow the guidelines in the Contributing section on our GitHub page.
Connect with other users and developers in our community. Share your experiences, and get tips on making the best out of NanoStorage.