hapifhir / hapi-hl7v2

277 stars 138 forks source link

How to create a node js server for handling hl7 over http? #99

Open rohitbaisane opened 1 year ago

rohitbaisane commented 1 year ago

I was trying to create an HTTP server using node js but it didn't worked ? I was only able to receive last segment of hl7 message in request and also the acknowledgement is not working in the client side. I am using hapi software to send hl7 message over http to node server.