-
Which of the following is the server library for Node.js?
-
- jsonrpc
- ws
- SignalR
- Caddy
- None of these
Correct Option: B
ws is server library and WebSocket client for Node.js. Caddy is used for proxying arbitrary commands. WebSocket under covers is used by SignalR. To use asynchronous RPC library with the bidirectional call we use JSONRPC.server.