All Projects → CianCoders → feathers-example-fileupload

CianCoders / feathers-example-fileupload

Licence: MIT license
A feathers file upload example, using feathers-blob.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to feathers-example-fileupload

express-file-upload
Node.js Express Upload/Download File Rest APIs example with Multer
Stars: ✭ 64 (+10.34%)
Mutual labels:  file-upload
cypress-upload-file-post-form
Solution for two Cypress testing use-cases I came across with: perform a direct http FORM request to the server containing a file and other parameters and upload a file into a form before submission
Stars: ✭ 59 (+1.72%)
Mutual labels:  file-upload
mostly-node
Mostly simple way to microservices in Node.js
Stars: ✭ 18 (-68.97%)
Mutual labels:  feathers
zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
Stars: ✭ 215 (+270.69%)
Mutual labels:  file-upload
django-file-form
Django-file-form helps you to write forms with a pretty ajax upload
Stars: ✭ 135 (+132.76%)
Mutual labels:  file-upload
uploadcare-ios
UploadcareKit: iOS SDK for Uploadcare API
Stars: ✭ 24 (-58.62%)
Mutual labels:  file-upload
django-constrainedfilefield
This Django app adds a new field, ConstrainedFileField, which adds the capability of checking the document size and type
Stars: ✭ 26 (-55.17%)
Mutual labels:  file-upload
filesharing
Files sharing application made in PHP
Stars: ✭ 52 (-10.34%)
Mutual labels:  file-upload
feathers-versionate
Create and work with nested services.
Stars: ✭ 29 (-50%)
Mutual labels:  feathers
vue-base64-file-upload
Upload files as base64 data-uris
Stars: ✭ 77 (+32.76%)
Mutual labels:  file-upload
fortune-commons
Fortune Commons is an project focused on all aspects of reusable Java components.
Stars: ✭ 17 (-70.69%)
Mutual labels:  file-upload
cpomf
Pomf API compatible file host written in Crystal - The software behind nya.is.
Stars: ✭ 36 (-37.93%)
Mutual labels:  file-upload
yii2-fileapi-widget
Yii2 FileAPI widget.
Stars: ✭ 51 (-12.07%)
Mutual labels:  file-upload
nova-file-upload-field
The easiest drag-and-drop file uploading field for Laravel Nova.
Stars: ✭ 53 (-8.62%)
Mutual labels:  file-upload
upload
How to Upload a File to a Server in PHP
Stars: ✭ 83 (+43.1%)
Mutual labels:  file-upload
moleculer-adapter-feathers
Moleculer service mixin wrapping Feathers.js services
Stars: ✭ 17 (-70.69%)
Mutual labels:  feathers
ajax
Just another AJAX requests helper
Stars: ✭ 27 (-53.45%)
Mutual labels:  file-upload
autumn
Pluggable file server micro-service.
Stars: ✭ 27 (-53.45%)
Mutual labels:  file-upload
eosfilestore
📜🔗 Immutable, censorship resistant, cheap, file storage on EOS blockchain
Stars: ✭ 45 (-22.41%)
Mutual labels:  file-upload
google-drive-direct-remote-upload
Directly upload files from the web to Google Drive without saving them completely on the server before.
Stars: ✭ 62 (+6.9%)
Mutual labels:  file-upload

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].