rstackjs / rstackjs/rstack-examples
Please provide another example supporting HTTPS over Express
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 168
- Forks
- 47
- Avg merge
- 3h 45m
- Merged PRs (30d)
- 11
Description
The one example for Express works very well for HTTP itself
https://github.com/rspack-contrib/rspack-examples/blob/main/rsbuild/express/server.mjs
Just not for HTTPS. If you populate https with defineConfig(), then it breaks.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with rsbuild/express/server.mjs, the existing Express example linked in the issue, and inspect how its configuration handles HTTP. Reproduce the failure when https is populated with defineConfig(), then add or update an example that demonstrates HTTPS and verify the example runs successfully over HTTPS.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- express, javascript
- Domain
- backend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100