Skip to content

CODEZ-UP/storage_node_js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STORAGE Example Using Disk & Memory in Node.js

GET Requests

curl localhost:4444/memory/:key

curl localhost:4444/disk/:key


POST Requests

curl --header 'content-type: application/json' localhost:4444/memory/:key --data '{ "data": "CodezUp : Code The Way Up" }'

curl --header 'content-type: application/json' localhost:4444/disk/:key --data '{ "data": "CodezUp : Code The Way Up" }'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published