0

I want to connect to Aerospike server (using IP address:3000) using JavaScript only, without any between layer (like node.js). Does anyone have a clue, how to do it?

Vadim Denisuk
  • 446
  • 3
  • 19

1 Answers1

4

It impossible because JS cant create direct connect to RAW Socket.

OlegL
  • 359
  • 4
  • 13