First of all, I can program but never did any web developing. I am trying to set up a small site with functions like a forum or a textboard. Images dont have to be in it. Has to be without registration. Security is not an issue as it will be used by a small number of people I can trust.
What would the easiest way to implement user generated "threads" (optional) and text (obligatory) be?
I know I can create something like that here. But I want to learn something new and in this case Id have an actual goal while learning something if I made the things by myself as much as possible.
Aaron Rivera
You'll want to use a server-side framework like node.js or django. Just look up a simple chat client in one of those to get an idea of how web requests work.