Add demo server for http upload feature

This commit is contained in:
Franz Heinzmann (Frando)
2020-06-09 23:58:44 +02:00
parent b0330f5c0a
commit 060492afe8
4 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "deltachat-upload-server",
"version": "1.0.0",
"main": "server.js",
"license": "MIT",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1"
}
}