mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-24 17:09:03 +00:00
Create README.md
This commit is contained in:
parent
79aa89b0fc
commit
22bda7ff27
5
example-projects/hapi-fhir-jaxrs-sse/README.md
Normal file
5
example-projects/hapi-fhir-jaxrs-sse/README.md
Normal file
@ -0,0 +1,5 @@
|
||||
This example sets up a FHIR server that can ship out Server-sent events using standard Jersey 2.x components. Start up the server and eg. issue the following curl request 'curl -v -X GET http://localhost:8080/Patient/listen'. The will block curl and once any events are shipped to the server, they will automatically be sent to the curl client.
|
||||
|
||||
Changes can be sent to the server on localhost:8080/Patient which accepts any kind of patients that has at least one identifier.
|
||||
|
||||
Voila
|
Loading…
x
Reference in New Issue
Block a user