JavaScript client examples

Hi,

Are there any examples showing the use of the JavaScript client?

Also, where can I obtain the source code?

Cheers

Sean.

There are multiple node.js clients which are you referring to?

Hi,

Is there anything that is official?
Cheers
Sean.

We have looked at bringing one in and supporting but currently there
are a few of varying quality. I personally have played with this one
the most and its pretty straight forward
https://github.com/bmavity/ges-client

Hi,

That node.js client is mine and I have made it a goal for this year to clarify the status of the project. The F=first step is to get the tests in shape so that I can test on multiple node versions, and then I want gather feedback on what needs to be done to move it toward “official” status. Otherwise, I don’t see the point in maintaining it if there will be a different “official” client, and will indicate that on the github page.

Brian

I’ve contributed a little bit to the event-store-client package (see NPM) - specifically, I added catch-up subscriptions. That client has so far been acceptable for use in our Node.js service that uses Event Store.

Its author wrote the original version for a personal project of his, and has no interest in maintaining it actively or promoting it, but is very happy to accept pull requests and very quick to respond to them.