1 upvotes, 0 direct replies (showing 0)
View submission: User input on capsules?
Essentially you want to put a link in your page "Add Comment"
then you will have to respond with status 10 and an optional prompt (as a meta field, content should not be sent, that's only for success 20) finalize your header with CRLF.
If you also want to keep the identity with the user you may need to request a certificate from your client, but if not, you can omit this.
Besides that you will need to store all the comments somehow and somehow update the page (maybe your page is always server rendered or you generate a file after updating your comment)
There's nothing here!