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

Compatibility with version 0.5.3 #3

Open
Philipp15b opened this issue Aug 16, 2011 · 0 comments
Open

Compatibility with version 0.5.3 #3

Philipp15b opened this issue Aug 16, 2011 · 0 comments

Comments

@Philipp15b
Copy link

Hello,
node-jsonrpc does not really work with my nodejs version 0.5.3 for Windows. There were some errors while running this script.
(I´m diving into node and my solutions are try-and-error-solutions, so sorry for mistakes.)

HTTP Response methods renamed

The HTTP Response methods are now

  • res.writeHead() instead of res.sendHeader(),
  • res.write() instead of res.sendBody(),
  • res.end() instead of res.finish()

Promises were removed in version 0.1.30

According to the release notes, promises were removed (https://github.com/joyent/node/wiki/ChangeLog , search for 'promise' or '0.1.30')

I didn´t make a fix for this so I could´nt find more incompatibilities, but I hope these are enough for now ;)

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

No branches or pull requests

1 participant