realm / realm-object-server

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's
https://realm.io
293 stars 42 forks source link

Go server SDK #267

Open PierBover opened 6 years ago

PierBover commented 6 years ago

I've seen there is a .NET SDK for accessing a Realm server from another server.

Is a Go SDK on your roadmap?

bmunkholm commented 6 years ago

We expect to add other SDK's for server side access. The next one will be Java, and other options, including Go, depends on interest. So I'll keep this issue open for other to upvote :-)

In the mean time you can access the server from any language via a REST API that will soon be available.

PierBover commented 6 years ago

In the mean time you can access the server from any language via a REST API that will soon be available.

That is great news. Do you think the REST API will be available this year?