doc: add 2026 user survey questions#387
Conversation
| 1. Which of the following new stable features? (select all that apply) | ||
| - [ ] Diagnostic APIs (`--cpu-prof`, `--heap-prof`, etc…) | ||
| - [ ] Dotenv (`--env-file`) | ||
| - [ ] Import attributes | ||
| - [ ] Permission model | ||
| - [ ] Task runner (--run) | ||
| - [ ] Test runner (node:test) | ||
| - [ ] Test Snapshot | ||
| - [ ] TypeScript support | ||
| - [ ] Watch mode (--watch) | ||
| - [ ] WebSocket client |
There was a problem hiding this comment.
I'm not sure this is exhaustive
| - [ ] TypeScript support | ||
| - [ ] Watch mode (--watch) | ||
| - [ ] WebSocket client | ||
| 1. Are you using the following unstable (experimental or active development) features of Node.js? (select all that apply) |
There was a problem hiding this comment.
I went thru the API docs and added all the experimental and active-dev features that were introduced in 24.x+. I think I got everything.
I also moved the ones that were here last time (to "new stable" above).
| - [ ] WorkerThread locks | ||
| - [ ] Web Storage | ||
| - [ ] Zstd | ||
| 1. Which of the current Technical Priorities are important to you? (select all that apply) |
There was a problem hiding this comment.
Where do we get this?
| 1. Which version of Node.js are you running? (main one) | ||
| * Older than 18.x | ||
| * 18.x | ||
| * 19.x | ||
| * 20.x | ||
| * 21.x | ||
| * 22.x | ||
| * 23.x | ||
| * 24.x | ||
| * 25.x | ||
| * 26.x |
There was a problem hiding this comment.
Do we need this question? (I think we discussed excluding it, but I don't remember if we decided)
| 1. What is your primary use case for Node.js? (drop-down list) | ||
| * Application server | ||
| * Endpoint server |
There was a problem hiding this comment.
What else should we include here?
Co-authored-by: Jacob Smith <3012099+JakobJingleheimer@users.noreply.github.com>
| * Serverless | ||
| * Windows | ||
| * Windows with Docker | ||
| * Windows with WSL |
There was a problem hiding this comment.
Should this also be in the production question below?
|
cc @ZacTanner (I can't tag you for review; I opened a request to add you to the org so I can). |
No description provided.