(Yes just like in MS Teams or in Zoom)
Any suggestions for the simplest/least-friction language/framework to get started?
This is partly a toy problem to get me into web app coding but partly something we might actually use.
I’ve never coded a web app before but I know C/MATLAB/Python/R in the scientific computing context and I used to know Objective-C in the old Mac system.
Emphasis on simple, non-bloated, approaches. I come from the tradition of coding in C with little or no dependencies.
Non-snarky suggestions welcome! Thanks!
And apps script is pretty much just Javascript.
And users are familiar with Google Sheets already.
Otherwise, Flask with python and Typescript(It's a superset of javascript, that has types and a few other things, it's the future, and alot easier to program and get compiler hints).
For frontend, I think you'll really enjoy Elm if you like R and Python. Personally, I use vanilla JS (no framework) for small projects and Elm for large projects.
For backend, there are plenty of excellent REST API frameworks for Rust, Go, Deno, Elixir, etc. I can give specific language recommendations if you're interested.
I'd probably go with a static site with a realtime backend (Supabase/Firebase or Hasura).
Sveltekit is the easiest framework to learn so I'd suggest you start from there.