Replies: 2 comments 5 replies
|
What do you want to do? You could provide a PR for the server repository. Move the existing code to a "go" folder and put your code to a "node" folder. Or I can create an empty repository for a PR. |
3 replies
|
Hi Sebastian, I made a mistake in the README.md And i left some console.log instruction in 2 files :
I m so sorry, please modify |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi sebastian,
I have developed a nodejs server for mydraft application. This can be used for self-hosting. I had to adapt a few lines of your code to make the API works, especially the get /diagramID entry, as it is now incompatible. get / and get /diagramId are reserved for loading the application from nodejs server.
The source code is here https://git.mytinydc.com/Mytinydc/mydraftcc-nodejs-server.git
and changes to the code are located in the file 'patch.sh' :
But when using the application, I realised that a server is not necessary. You can compare it to swagger. Swagger doesn't store anything, it's up to the user to request the backup, or upload of data. It's a self-service design...
You have just to implement Save/load methods.
+++
All reactions