How to Install and Uninstall node-faye-websocket Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "node-faye-websocket" package

In this section, we are going to explain the necessary steps to install node-faye-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "node-faye-websocket" package

This is a short guide on how to uninstall node-faye-websocket on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the node-faye-websocket package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-faye-websocket
Priority: extra
Section: universe/web
Installed-Size: 80
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 0.7.2-1
Depends: nodejs, node-websocket-driver (>= 0.3.1)
Filename: pool/universe/n/node-faye-websocket/node-faye-websocket_0.7.2-1_all.deb
Size: 12172
MD5sum: 67554ca82af00d015756c840082e619f
SHA1: 366f11b99fe7d26ba5cf0ceef5d1677333aa97b4
SHA256: 7c82d0514b22a277ef1a7a561476c4bb3912708bf2a27a92344a2cbde7ea642d
Description-en: 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: c255506ef803541087aef532cc54b245
Homepage: http://github.com/faye/faye-websocket-node
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu