Not much if you use the Geode (Developer) REST API.  Essentially, one just
needs a good understanding of JSON, which should be natural in JavaScript.
The REST API can support any language client that can parse/format JSON and
send/receive HTTP requests, which is most languages.  The REST interface
prototype used Ruby and a few Geode tests were written with Python, so
effectively all modern languages should be fair game.  Building
"responsive" applications using REST is not necessarily the same thing as
building highly-scalable, low-latency applications using a native client
driver.  This is where Reactive style combined with Web architectures can
really excel here.

On Wed, Jul 15, 2015 at 11:03 AM, Gregory Chase <[email protected]> wrote:

> Darshan is one of the Apache Geode hackathon participants. He's interested
> in knowing alternative language options.  What would it take to make the
> Node.js client work with Geode?
>
> On Wed, Jul 15, 2015 at 10:30 AM, Anthony Baker <[email protected]> wrote:
>
>> If you’re interested in creating a node.js client for Geode, there is an
>> OSS driver [1] based on the native GemFire client that might be a good
>> starting point.
>>
>> Anthony
>>
>> [1] https://github.com/gemfire/node-gemfire
>>
>>
>> On Jul 15, 2015, at 8:09 AM, John Blum <[email protected]> wrote:
>>
>> +1
>>
>> On Wed, Jul 15, 2015 at 2:35 AM, Luke Shannon <[email protected]>
>> wrote:
>>
>>> Geode has a REST API that could be useful here:
>>> http://geode-docs.cfapps.io/docs/geode_rest/book_intro.html
>>>
>>> On Wed, Jul 15, 2015 at 1:38 AM, darshan hs <[email protected]> wrote:
>>>
>>>> Hi,
>>>> Is there anyway to use apache geode with node.js?
>>>>
>>>> Thanks
>>>>
>>>
>>>
>>>
>>> --
>>> Luke Shannon | Sr. Field Engineer - Toronto | Pivotal
>>>
>>> -------------------------------------------------------------------------
>>> Mobile:416-571-9495
>>> Join the Toronto Pivotal Usergroup:
>>> http://www.meetup.com/Toronto-Pivotal-User-Group/
>>>
>>
>>
>>
>> --
>> -John
>> 503-504-8657
>> john.blum10101 (skype)
>>
>>
>>
>
>
> --
> Greg Chase
>
> Director of Big Data Communities
> http://www.pivotal.io/big-data
>
> Pivotal Software
> http://www.pivotal.io/
>
> 650-215-0477
> @GregChase
> Blog: http://geekmarketing.biz/
>
>


-- 
-John
503-504-8657
john.blum10101 (skype)

Reply via email to