nextcloud / nextcloud/whiteboard
Investigate ext app for node backend
Open
Nobody has claimed this yet.
- #226 by @hweihwang — closed without merging
backend: node
enhancement
- Dominant language
- JavaScript
- Stars
- 215
- Forks
- 39
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 32
Description
As a replacement for https://github.com/nextcloud/whiteboard/issues/27 we should see if we can build a AppAPI app https://docs.nextcloud.com/server/latest/admin_manual/ai/app_api_and_external_apps.html that just runs a docker container for the backend.
- Build an ext app that runs the node backend
- Checkout if existing proxy methods https://cloud-py-api.github.io/app_api/notes_for_developers/ExAppOverview.html#frontend-routing works with longpolling
- See what is needed to proxy the websocket
Started adding this for the local dev environment https://github.com/juliushaertl/nextcloud-docker-dev/commit/a3e7cb8f985bb35dacf98602ccd94d2209583cc3
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.