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

Update README #71

Merged
merged 1 commit into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* If using security, you may need to ensure that OpenDDS is built with the same version of OpenSSL used by Node.js

## Tested platforms:
* Node LTS versions 8, 10, 12, 14, 16, 18
* Node LTS versions 8, 10, 12, 14, 16, 18, 20
* Linux (Ubuntu 20.04) x86_64 using gcc 9.4.0
* Linux (Ubuntu 22.04) x86_64 using gcc 11.2.0 (w/ openssl-1.1.1q)
* Windows (Server 2022) x86_64 using Visual Studio Enterprise 2022
Expand Down Expand Up @@ -36,7 +36,7 @@ $ node-gyp configure build

## Other Resources
* An article about [using node-opendds to bridge between OpenDDS and RESTful web](https://objectcomputing.com/resources/publications/sett/custom-bridges-between-restful-web-services-and-dds).
* A link to the [repository of the demo discussed in the article](https://github.com/oci-labs/node-opendds-rest-demo).
* A link to the [repository of the demo discussed in the article](https://github.com/OpenDDS/node-opendds-rest-demo).

## Changelog

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"Adam Mitz <[email protected]> (https://github.com/mitza-oci)",
"Fred Hornsey <[email protected]> (https://github.com/iguessthislldo)",
"Justin R. Wilson <[email protected]> (https://github.com/jrw972)",
"Timothy Simpson <[email protected]> (https://github.com/simpsont-oci)"
"Timothy Simpson <[email protected]> (https://github.com/simpsont-oci)",
"Son Dinh <[email protected]> (https://github.com/sonndinh)"
],
"license": "BSD-3-Clause",
"gypfile": true,
Expand Down
Loading