Storing Data on Repl Servers (read post)

Project: Snap! Build Your Own Blocks
Repl: snap-data-store - Replit

How it works: It grabs data from a HTML page in the repl. I need help being able to create new .html pages and being able to edit them to add data. I do not know PHP or SQL or alike or help. Basically I need help with blocks (create store value: [value]) (will also add user to store) then (set store [a-z + 1-50]) this block will also check if the person setting the data owns the store.

all stores are https://snap-data-store.earthrulerr.repl.co/(a-z 1-50).html
Example: https://snap-data-store.earthrulerr.repl.co/a1.html

You choose the hardest route.
To modify the HTML@Replit project (add/modify pages) you need to pretend editing it remotely. It's hard, and can be considered as an actual break-in into service.
You really need a cloud var server (Node.js, Python). There was, at least three announced here.

If you want to experiment with networking try MQTT blocks from Snap!

Alright.

i know how to do this but I'm to lazy to code in python rn

feel ya

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.