Skip to content

bunnymatic/faye-server-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Setting up a Faye Server that's ready to deploy on Heroku

Deployment

  • Update the NodeAdapter initialization line in server.js to reflect your desired subscribe endpoint prefix.

    var bayeux = new faye.NodeAdapter({mount:YOUR_MOUNT_PREFIX_GOES_HERE});

  • Follow instructions for deploying a node app to Heroku (instructions here).

About

A Faye pub/sub server ready for heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published