Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 629b064

Browse files
committed
Added description for node.js example server
1 parent 266ea3a commit 629b064

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,16 @@ UploadService.NAMESPACE = "com.yourcompany.yourapp";
5454
## Examples
5555
In the <b>examples</b> folder you will find:
5656

57-
* a demo server-side php script that handles multipart form upload
58-
* a simple demo application that uses this library
57+
* Demo servers which handle multipart form upload in:
58+
* <b>PHP</b>. You need a running web server (e.g. Apache + PHP) in which to put the script
59+
* <b>node.js</b>. You need to have node.js and npm installed. [Refer to this guide](https://github.com/joyent/node/wiki/installing-node.js-via-package-manager). To run the server, simply execute:
60+
61+
```
62+
npm install (only the first time)
63+
npm start
64+
```
65+
66+
* A simple Android application that uses this library
5967
6068
To be able to compile and deploy the demo application, you also need to have <b>appcompat_v7</b> library. You may need to change the path to that library in the demo application's properties.
6169

0 commit comments

Comments
 (0)