How to Install and Uninstall node-sockjs-client Package on Kali Linux

Last updated: May 22,2024

1. Install "node-sockjs-client" package

In this section, we are going to explain the necessary steps to install node-sockjs-client on Kali Linux

$ sudo apt update $ sudo apt install node-sockjs-client

2. Uninstall "node-sockjs-client" package

This tutorial shows how to uninstall node-sockjs-client on Kali Linux:

$ sudo apt remove node-sockjs-client $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-sockjs-client package on Kali Linux

Package: node-sockjs-client
Version: 1.6.1+dfsg1-2
Installed-Size: 712
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-debug, node-eventsource, node-faye-websocket, node-inherits, node-url-parse
Size: 139036
SHA256: 6166b54db81582da9db839c854bea003f6bb3652874a497b199426ef7072df4a
SHA1: f5963c53b4948969245bb55a9b200541e146b82f
MD5sum: 127bbb4f43758e5931058f2df1d39902
Description: provides a WebSocket-like object in browser
SockJS-client is a browser JavaScript library that provides a WebSocket-like
object. SockJS gives you a coherent, cross-browser, Javascript API which
creates a low latency, full duplex, cross-domain communication channel between
the browser and the web server.
.
Under the hood SockJS tries to use native WebSockets first. If that fails it
can use a variety of browser-specific transport protocols and presents them
through WebSocket-like abstractions.
.
SockJS is intended to work for all modern browsers and in environments which
don't support the WebSocket protocol -- for example, behind restrictive
corporate proxies.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://sockjs.org
Section: javascript
Priority: optional
Filename: pool/main/n/node-sockjs-client/node-sockjs-client_1.6.1+dfsg1-2_all.deb