crossbario / crossbario/autobahn-python
Make WAMP component API first class / recommended
Open
@meejah is already working on this.
Since Mar 23, 2018.
docs
feature
wamp
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
This issue is to finally move the new **WAMP Component API ("new API") into "first class support" stage.
Eg here is an example https://github.com/crossbario/autobahn-python/blob/master/examples/twisted/wamp/component/frontend_scram.py
Things that come to mind for this:
- docs, README, samples
- compleness (auth methods etc)
- ..
The issues that have been opened over the time where we discussed various approaches to "new API", until we settled on the component API:
- https://github.com/crossbario/autobahn-python/issues/208
- https://github.com/crossbario/autobahn-python/issues/313
- https://github.com/crossbario/autobahn-python/issues/463
- https://github.com/crossbario/autobahn-python/issues/472
- https://github.com/crossbario/autobahn-python/issues/474
- https://github.com/crossbario/autobahn-python/issues/674
- https://github.com/crossbario/autobahn-python/issues/905
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.
Assessment
This issue has not been assessed yet.