Go to file
Asiel Díaz Benítez 0bd3486980
Merge pull request #8 from deltachat/improve-script
create-xdc.sh improvements, use project folder name as default PACKAGE_NAME
2022-01-03 19:32:54 -05:00
.gitignore create a script to create a .xdc 2022-01-01 20:45:59 +01:00
README.md create a script to create a .xdc 2022-01-01 20:45:59 +01:00
create-xdc.sh create-xdc.sh improvements, use project name as default PACKAGE_NAME 2022-01-03 16:38:34 -05:00
index.html Merge branch 'master' into issue-2 2022-01-02 18:26:38 -05:00
webxdc.js rename alterApp() to use the same style of other xdc-related functions 2022-01-02 18:38:12 -05:00

README.md

Webxdc Development Tool

this is a little tool to make development of webxdc apps easier.

for developing webxdc apps, just copy the webxdc.js from this repo beside your index.html and you are ready to go.

no server or installation required.

  • include your webxdc.js to your index.html as usual
  • open your index.html from your local disk in your browser, tested with Firefox.
  • the emulation layer will add an "add peer" button, open as many peers as you like
  • once you call sendUpdate() in on peer, all peers will get the update with their update listeners.

when your app is done, you can bundle it using ./create-xdc.sh your-app-name and send it to your friends :)

note, that the api is not yet complete, this is just a, maybe already useful, proof-of-concept for now.