Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
/ ssc-node Public archive

Node.js implementation of the Socket SDK client

License

Notifications You must be signed in to change notification settings

socketsupply/ssc-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SYNOPSIS

A Node.js adapter for the Socket SDK

DESCRIPTION

Socket SDK uses a simple uri-based protocol for brokering messages between the render process and the main process. Messages are sent over stdin and stdout. This module is an optional, higher level adapter for this protocol that should make Node.js developers feel more at-home. Check out the this repo for some examples about how to use it.