Imagine for a moment that you are me: a balding smoothbrained millenial on the wrong side of 30 emanating a constant funk of mildew and sour milk. The last time you cared about coding you were booting off floppy diskettes and making HTML websites with frames.
Now, I'm working on an idiot project. I want to make a web applet where I could input text, store it in a .txt file and then retrieve it from another PC.
Is web2py and an apache server a feasible approach? I'm too for django.
web2py uses SQL for a storage db, but honestly it's going to be a single user app (just me) and storing the .txt files in a directory with a date/time naming scheme would be fine.
Would this work the way I want it to? I have tried googling but these questions are too basic and r-slurred to find answers to.
Jump in the discussion.
No email address required.
pretty sure you could do it staticially in js and host it with any static server like apache or nginx
Jump in the discussion.
No email address required.
I think I want to stick with python as I know a little bit of it, I dont know any js at all
Jump in the discussion.
No email address required.
More options
Context
More options
Context