-
Notifications
You must be signed in to change notification settings - Fork 6
JSON RPC in Node
jaredhanson edited this page Nov 9, 2011
·
7 revisions
| Project | Description |
|---|---|
| jsonrpc | JSON-RPC over HTTP (using Node's built-in HTTP module). |
| jsonrpc2 | JSON-RPC over HTTP (using Node's built-in HTTP module). |
| njrpc | JSON-RPC 2.0 over HTTP (using Node's built-in HTTP module). |
| jsonrpc-ws | JSON-RPC over WebSocket (using Socket.IO). |
| connect-jsonrpc | JSON-RPC 2.0 middleware for Connect. |