luisweir / streaming-client

Sample GraphQL Subscriptions client for Oracle Hospitality Integration Platform's streaming API
Universal Permissive License v1.0
7 stars 5 forks source link

OHIP streaming client for Node JS #4

Closed jinumathukutty closed 6 months ago

jinumathukutty commented 1 year ago

Any possibility to create a Node JS application same like this ? This application works fine, but in order to convert this app to native Node app some libraries (like got) are failed to implement since got uses type import module but require module won't support this .

luisweir commented 6 months ago

this is just a sample project. should be fairly straight forward to use as reference to convert to NodeJS. You can replace got with another CommonJS http client.