ANNOUNCEMENT Nxt Net Application http://95.85.8.113:9000/nxtnetI'm glad to announce my Nxt-based web application. It's a decentralized storage of URI's on top of Nxt AM. The app allows you to add a new URI with description and search among existing records.
Some examples of usage:
1. Decentralized storage of
torrent files (in form of magnet links); the app contains a link to external torrent->magnet link converter;
2. Decentralized DNS: add records like this: URI - , description - ;
3. Decentralized storage of bookmarks;
How it worksThe storage is a list of following records: {, }. Information is stored in JSON-formatted Nxt AMs sent to predefined Nxt ID.
Nearest plans1. Improve server stability/scalability.
2. Improve "Add new" functionality: error reporting, reliability.
3. Change UI to allow to put multiple records in 1 AM: it's possible to store 10+ bookmarks/DNS records or 3-4 Magnet Links (torrent files) in 1 AM. F.e., I managed to put 3 magnet links in 1 AM (size of original torrent files was ~250K).
4. Improve search: currently search pattern is just a substring.
5. Improve UI: autoupdate, better looking theme.
The app is available here:
http://95.85.8.113:9000/nxtnet. Everyone is welcome to try it and to provide feedback.
Currently the Nxt address to send messages from is fixed; it contains some coins, you can try to add your record for free (add it, refresh the page after a few minutes).
Donations are welcome: Nxt 6488861056876578743.
P.S. I'm a professional Java/Scala programmer but I'm new to Web development; this is why the app looks awkwardly ATM.