Old-school CGI guestbook in Joker #503
dbohdan
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
@dbohdan This is pretty cool! The implementation is truly in the spirit of Joker: simple and concise. |
Beta Was this translation helpful? Give feedback.
1 reply
-
@dbohdan I noticed you had to implement parse-query function. I just added joker.url/parse-query to the standard library to make things like this easier: 4f0c27f |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have made a thing using Joker: joker-cgi-guestbook. It is a toy old-school CGI guestbook that stores the guestbook entries in Bolt and uses
joker.crypto/hmac
for a stateless captcha (meaning that individual captchas aren't tracked on the server).You can try it live at dbohdan.sdf.org/guestbook/.
Beta Was this translation helpful? Give feedback.
All reactions