Re: [racket-users] dogfood a simple structured discussion forum in racket

2019-07-21 Thread Bogdan Popa
In case someone sets out to do this, here are some things I have open sourced (from my closed source projects) in the web space that may help: * koyo[1]: a general toolking built on top of web-server-lib that adds many of the things you need in a real web application (CSRF, CORS,

[racket-users] dogfood a simple structured discussion forum in racket

2019-07-21 Thread Neil Van Dyke
If someone wants to do a useful and doable Web application in Racket... You could make threaded discussion Web forum (or email) software. (Implementation suggestions... Use Racket `db` interface, and deploy in PostgreSQL by default.  Consider storing each threaded comment in its own row (with