I’m building a small web app to display a live coffee / drinks menu — prices, ingredients, seasonal specials, nutrition info — for a site called https://7brewcoffemenu.com/. I’d like to leverage Tcllib for back-end features like data processing, templating, and REST API support.
Has anyone used Tcllib packages (for example, json, http, dict, fileutil) to develop a dynamic menu-driven website or app? What modules worked best, what pitfalls did you run into, and how would you structure the Tcl side (versus JavaScript front-end)?
Any tips, example code snippets, or module recommendations would be greatly appreciated!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello Tcllib community,
I’m building a small web app to display a live coffee / drinks menu — prices, ingredients, seasonal specials, nutrition info — for a site called https://7brewcoffemenu.com/. I’d like to leverage Tcllib for back-end features like data processing, templating, and REST API support.
Has anyone used Tcllib packages (for example, json, http, dict, fileutil) to develop a dynamic menu-driven website or app? What modules worked best, what pitfalls did you run into, and how would you structure the Tcl side (versus JavaScript front-end)?
Any tips, example code snippets, or module recommendations would be greatly appreciated!