node-java-bridge

A bridge between Node.js and Java

MIT License

Downloads
8.9K
Stars
102
Committers
4

Bot releases are visible (Hide)

node-java-bridge - Release v2.1.0-beta.1

Published by github-actions[bot] about 2 years ago

Release for testing purposes

node-java-bridge - Release v2.0.1

Published by github-actions[bot] about 2 years ago

What's Changed

  • Fixed a bug which caused classes from loaded jars to not be found
  • Added section in the readme about extending the classpath

Full Changelog: https://github.com/MarkusJx/node-java-bridge/compare/v2.0.0...v2.0.1

node-java-bridge - Release v2.0.0

Published by github-actions[bot] about 2 years ago

What's Changed

  • Re-wrote the whole plugin with rust using napi-rs
    • This provides an equally fast interface between node.js and java, but is far safer
  • Pre-built binaries can now be downloaded
    • This removes the additional build step upon installing the package
    • Thus, there's no need anymore to install the node.js build tools in order to use this package
  • New documentation is now available at https://markusjx.github.io/node-java-bridge
  • The functionality of this package stayed mostly the same

Feel free to submit any bugs you've found

Full Changelog: https://github.com/MarkusJx/node-java-bridge/compare/v1.0.0...v2.0.0

node-java-bridge - Release v2.0.0-beta.1

Published by MarkusJx about 2 years ago

What's Changed

Full Changelog: https://github.com/MarkusJx/node-java-bridge/compare/v1.0.0...v2.0.0-beta.1

node-java-bridge - Release v1.0.0

Published by MarkusJx over 2 years ago