RavenDB 4.0Node.JS client is now in beta
I’m happy to announce that the RavenDB node.js client is now publicly available in beta. Following our Python client (and obviously the .NET one), this is the newest client for RavenDB on the block, with additional clients for the JVM, Go and Ruby quickly reaching critical stage.
Here is some code using it (I’m using async/await here, but the RavenDB node.js client supports any Node 6.0 or higher):
And here is how you do some basic CRUD:
A full sample app can be found here:
You can just get the code and then run:
npm run serve
And you’ll get a running server running against the public live instance.
More posts in "RavenDB 4.0" series:
- (30 Oct 2017) automatic conflict resolution
- (05 Oct 2017) The design of the security error flow
- (03 Oct 2017) The indexing threads
- (02 Oct 2017) Indexing related data
- (29 Sep 2017) Map/reduce
- (22 Sep 2017) Field compression
Comments
Comment preview