Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node.js example updated for v0.10 with npm #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Node.js example updated for v0.10 with npm #11

wants to merge 3 commits into from

Conversation

serverless-mom
Copy link

This PR includes two changes to the Node.js example that make it easier to build and run the example with Node v0.10.26

Previously, there was no package.json file, meaning the user couldn't just run npm install and get the required modules.

Small syntax issues in rpx.js meant that the server could not start with Node v0.10.26. Now fixed.

Possible Issue: regression of earlier Node support

It's likely that this update will cause the code to break with Node 0.8 or earlier. As this release is over a year old, and the examples are expected to be in use for new deploys, this seems like a small concern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant