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
There was a problem hiding this comment.
we probably should update this, we could use AI to scan latest changelogs.md in node core and get the latest promptions
There was a problem hiding this comment.
I tried that, and it was friggin useless. It listed 7 or 8 things; 3 of them were wrong (the others I already have) 😩
I expected it would do well at this
| - [ ] 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?
There was a problem hiding this comment.
its documented somewhere in node core repo
There was a problem hiding this comment.
There was a problem hiding this comment.
656dd5d · 2 years ago
😬
Who owns or drives this? Is that us? 😳
There was a problem hiding this comment.
This seems too outdated to include? Shall I poke the TSC to update it?
| 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)
There was a problem hiding this comment.
I think we can remove this one. Responses won't be particularly insightful or useful for linking to other survey items.
There was a problem hiding this comment.
yeah we can see downloads so its not needed. Id ask if they are aware of the ESP program https://nodejs.org/en/about/eol#commercial-support
There was a problem hiding this comment.
Extra Sensory Powers programme? Sign me up 🦹♂️
| 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?
There was a problem hiding this comment.
what is an endpoint server
There was a problem hiding this comment.
I never heard "endpoint server" 😅
Anyways I remember we already asked this question in another form
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?
There was a problem hiding this comment.
Yes, response options for both these questions should be the same
|
cc @ZacTanner (I can't tag you for review; I opened a request to add you to the org so I can). |
| ## About you | ||
|
|
||
| 1. Where do you currently live? (drop-down list of countries) | ||
| 1. What is your primary language? (drop-down list) |
There was a problem hiding this comment.
Are the drop-down options listed anywhere? Just want to verify that new languages were added to the list following feedback from the 2025 survey.
There was a problem hiding this comment.
No. Which ones were missing?
| * Serverless | ||
| * Windows | ||
| * Windows with Docker | ||
| * Windows with WSL |
There was a problem hiding this comment.
Yes, response options for both these questions should be the same
| * Windows | ||
| * Windows with Docker | ||
| * Windows with WSL | ||
| * Other |
There was a problem hiding this comment.
| * Other | |
| *Don't know | |
| * Other |
There was a problem hiding this comment.
I deliberately excluded "Don't know". They will know the OS of their own laptop.
|
|
||
| 1. How does your organization invest in Node.js ? (select all that apply) | ||
| - [ ] Sponsors time to work on open-source | ||
| - [ ] Donates (financially) to Node.js or OpenJS (the parent charity of Node.js) |
There was a problem hiding this comment.
| - [ ] Donates (financially) to Node.js or OpenJS (the parent charity of Node.js) | |
| - [ ] Donates (financially) to Node.js or OpenJS (the parent charity of Node.js) | |
| - [ ] Not applicable / I do not work for an organization | |
| - [ ] Not applicable / My organization does not invest in Node.js | |
There was a problem hiding this comment.
Can't they just not answer to affectively tell us the same thing?
Co-authored-by: Zach Tanner <83623994+ZacTanner@users.noreply.github.com>
| 1. Do you write and test your code to run on other server side runtimes in addition to Node.js? (drop-down list) | ||
| * Yes | ||
| * No | ||
| 1. Which frameworks/ecosystems do you use? |
There was a problem hiding this comment.
Which question are you asking about? (there are 2 displayed in the comment)
- Do you write and test your code to run on other server side runtimes in addition to Node.js?
Yes, I think we care?
It had 1 vote from the summit.
- Which frameworks/ecosystems do you use?
Maybe? It was a suggestion from the summit. It had 2 votes.
Co-authored-by: Zach Tanner <83623994+ZacTanner@users.noreply.github.com>
No description provided.