Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 575 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 575 Bytes

feathers-example-upload

A Feathers.js file upload example, using feathers-blob.

Features:

  • Simple feathers-blob example and REST client.
  • Example with multipart/form-data support and real-time client.

How to use it:

  • Clone or download it. git clone https://github.com/CianCoders/feathers-example-fileupload.git
  • $ cd feathers-example-fileupload
  • $ npm install
  • $ npm start
  • Visit http://localhost:3030/ for a simple feathers-blob example
  • Visit http://localhost:3030/dropzone.html for a dropzone example with socket.io client.
  • Enjoy.