Skip to content

handshakejs/handshakejs-example-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

handshakejs-example-nodejs

Example of using handshakejs-script with a nodejs express app.

You can view it in action here.

Usage

git clone https://github.com/handshakejs/handshakejs-example-nodejs.git
cd handshakejs-example-nodejs
echo "SALT=ddb5cf1ae20b5bb1a176dbb634f2031644f6365cf95accc637dd455acb9bbafb" > .env
npm install 
node app.js

Visit http://localhost:3000 in your browser.

Deploying to Heroku

git clone https://github.com/handshakejs/handshakejs-example-nodejs.git
cd handshakejs-example-nodejs
heroku create
heroku config:set SALT=ddb5cf1ae20b5bb1a176dbb634f2031644f6365cf95accc637dd455acb9bbafb
git push heroku master

About

Example app in nodejs using handshake.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published