File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 11# Bidirectional JSON-RPC 2.0 server and client
22
33[ ![ Version npm] ( https://img.shields.io/npm/v/ws.svg )] ( https://www.npmjs.com/package/jsonrpc-bidirectional )
4- [ ![ Build Status] ( https://travis-ci.org/oxygens/jsonrpc-bidirectional.svg?branch=master )] ( https://travis-ci.org/oxygens/jsonrpc-bidirectional )
4+ [ ![ Linux build] ( https://travis-ci.org/oxygens/jsonrpc-bidirectional.svg?branch=master )] ( https://travis-ci.org/oxygens/jsonrpc-bidirectional )
5+ [ ![ Windows Build] ( https://ci.appveyor.com/api/projects/status/github/oxygens/jsonrpc-bidirectional?branch=master&svg=true )] ( https://ci.appveyor.com/project/oxygens/jsonrpc-bidirectional )
56
67A main goal of this project is to have the JSON-RPC server and client support __ bidirectional JSON-RPC requests over a single WebSocket connection.__
78
Original file line number Diff line number Diff line change 1+ environment :
2+ matrix :
3+ - nodejs_version : " 7.8"
4+ platform :
5+ - x86
6+ - x64
7+ matrix :
8+ fast_finish : true
9+ install :
10+ - ps : Install-Product node $env:nodejs_version $env:platform
11+ - npm install
12+ test_script :
13+ - npm run test
14+ build : off
Original file line number Diff line number Diff line change 11{
22 "name" : " jsonrpc-bidirectional" ,
33 "description" : " Bidirectional JSONRPC over web sockets or HTTP with extensive plugin support." ,
4- "version" : " 2.4.0 " ,
4+ "version" : " 2.4.1 " ,
55 "scripts" : {
66 "build" : " node build.js" ,
77 "test" : " node tests/main.js" ,
You can’t perform that action at this time.
0 commit comments