eclipse-thingweb / eclipse-thingweb/dart_wot
Improve support for the Web target
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 16
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
As reported via the Web of Things Discord server, the library currently has some shortcomings when it comes to supporting the web target due to web-incompatible dependencies in both the core and http binding package. A stricter modularization as well as a replacement of some dependencies (e.g., replacing dart:io with dart:http) is probably necessary to actually fully support the Web target.
Contributor guide
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 by auditing the core and HTTP binding packages for dependencies incompatible with the Web target, especially uses of dart:io. Compare those dependencies with dart:http and trace the package boundaries needed for stricter modularization. Done means the core and HTTP binding support the Web target without web-incompatible dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100