How to Install and Uninstall node-faye-websocket Package on Kali Linux

Last updated: May 08,2024

1. Install "node-faye-websocket" package

Learn how to install node-faye-websocket on Kali Linux

$ sudo apt update $ sudo apt install node-faye-websocket

2. Uninstall "node-faye-websocket" package

Learn how to uninstall node-faye-websocket on Kali Linux:

$ sudo apt remove node-faye-websocket $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-faye-websocket package on Kali Linux

Package: node-faye-websocket
Version: 0.11.4-2
Installed-Size: 51
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-websocket-driver
Size: 15436
SHA256: f5168073eb05e32258a2c3fcf43976d9b9a81bdd2d0b09483d35b1250d08096a
SHA1: 4a23fc030b9a91ed302c89abc752c6fcc081105f
MD5sum: 0abd03f3648e481f0152fcecf36b7bce
Description: standards-compliant WebSocket library for Node.js
This is a general-purpose WebSocket implementation extracted from the Faye
project. It provides classes for easily building WebSocket servers and
clients in Node. It does not provide a server itself, but rather makes it
easy to handle WebSocket connections within an existing Node application. It
does not provide any abstraction other than the standard WebSocket API.
.
It also provides an abstraction for handling EventSource connections, which
are one-way connections that allow the server to push data to the client.
They are based on streaming HTTP responses and can be easier to access via
proxies than WebSockets.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/faye/faye-websocket-node
Section: javascript
Priority: optional
Filename: pool/main/n/node-faye-websocket/node-faye-websocket_0.11.4-2_all.deb