Skip to content

RedisLabs/memcachedcloud-node-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcached Cloud Node.js Sample

A Node.js sample, running on Express framework, demonstrating how Memcached can be used at Heroku.
SET, GET and DELETE a key, and get your bucket's STATS.

The app is currently running at: memcachedcloud-node-sample.herokuapp.com, and uses Memcached Cloud as a backend.

Deploy to Heroku

Instantly deploy it to Heroku:

Deploy

Docker

The app can be run and tested using the Heroku Docker CLI plugin.

Make sure the plugin is installed:

heroku plugins:install heroku-docker

Configure Docker and Docker Compose:

heroku docker:init

And run the app locally:

docker-compose up web

The app will now be available on the Docker daemon IP on port 8080.

You can also use Docker to release to Heroku:

heroku create
heroku docker:release
heroku open

About

Memcached Cloud on Express Sample

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •