All Projects → kessler → Node Bcat

kessler / Node Bcat

Licence: mit
A pipe to browser utility

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Node Bcat

winston-telegram
A Telegram transport for winston
Stars: ✭ 28 (-90.94%)
Mutual labels:  node-js
josk
🏃🤖 Scheduler and manager for jobs and tasks in node.js on multi-server and clusters setup
Stars: ✭ 27 (-91.26%)
Mutual labels:  node-js
Edge
Node.js templating engine with fresh air
Stars: ✭ 270 (-12.62%)
Mutual labels:  node-js
liferay-connector
Liferay JSON WS wrapper for Node and Titanium SDK
Stars: ✭ 16 (-94.82%)
Mutual labels:  node-js
dankdomain
🏰 Ɗaɳƙ Ɗoɱaiɳ :: the return of Hack & Slash
Stars: ✭ 25 (-91.91%)
Mutual labels:  node-js
cytrus-re
A multipurpose Discord bot!
Stars: ✭ 16 (-94.82%)
Mutual labels:  node-js
node-wemo
Belkin 社の WeMo を操作する Node モジュールです
Stars: ✭ 19 (-93.85%)
Mutual labels:  node-js
Web Tooling Benchmark
JavaScript benchmark for common web developer workloads
Stars: ✭ 290 (-6.15%)
Mutual labels:  node-js
Fake-Streamer
A Code that allows you to get the "Streaming" Discord Status WITHOUT Streaming!
Stars: ✭ 48 (-84.47%)
Mutual labels:  node-js
Lda
LDA topic modeling for node.js
Stars: ✭ 262 (-15.21%)
Mutual labels:  node-js
nodecmsguide
Your guide to Node.js content management systems
Stars: ✭ 25 (-91.91%)
Mutual labels:  node-js
github-readme-quotes
Dynamic quote generator for your GitHub readmes | Give a poetic touch to readmes
Stars: ✭ 128 (-58.58%)
Mutual labels:  node-js
SEO-Dashboard
SEO dashboard from Search console Data using the Google Search API, Mysql database , NodeJS RESTAPI( ExpressJS) and reactJs Dashboard
Stars: ✭ 39 (-87.38%)
Mutual labels:  node-js
node-openjtalk
Node.js TTS module using OpenJTalk
Stars: ✭ 47 (-84.79%)
Mutual labels:  node-js
Strips
AI Automated Planning with STRIPS and PDDL in Node.js
Stars: ✭ 272 (-11.97%)
Mutual labels:  node-js
Contemplate
Contemplate: Fast, extendable object-oriented and light-weight Template Engine for PHP, Python, Node.js, Browser and XPCOM/SDK JavaScript
Stars: ✭ 15 (-95.15%)
Mutual labels:  node-js
node-boilerplate
Node Typescript Boilerplate for Microservices. Skeleton for Node.js Apps written in TypeScript (with Setup Instructions for ESLint, Prettier, and Husky)
Stars: ✭ 92 (-70.23%)
Mutual labels:  node-js
Tinify Nodejs
Node.js client for the Tinify API.
Stars: ✭ 299 (-3.24%)
Mutual labels:  node-js
Hangouts Chat Samples
Chat Bot Samples for Google Chat.
Stars: ✭ 284 (-8.09%)
Mutual labels:  node-js
not-one-link
A simple Node.js library that allows you to re-map Amazon links from one country to another (Like Amazon OneLink™️ but simpler to use)
Stars: ✭ 19 (-93.85%)
Mutual labels:  node-js

node-bcat

Pipe to the browser utility, Very useful for log tail fun :)

node-bcat features auto scrolling (with enable/disable), ansi to html coloring (--ansi) and behavior and color customization.

This module uses RC to manage its configuration, so in addition to command line arguments you may save your favorite configuration in .bcatrc.

example

> npm install -g bcat

> cat somefile | bcat

// redirect error stream also
> node index.js 2>&1 | bcat

Want to see something moving too?

test.js:

setInterval(function () {
	console.log(1)
}, 1000)

then

> node test.js | bcat

screenshot

usage

 --port                   set a port for this bcat execution
 --contentType            content type header, must be lower case      [default: "text/html"]
 --backgroundColor        (only in text/html)                          [default: "#000000"]
 --foregroundColor        (only in text/html)                          [default: "#ffffff"]
 --tabLength              length of a tab in spaces                    [default: 4]
 --tabReplace             tab replacement                              [default: "    "
 --disableTabReplace      disable tab replacement                      [default: false]
 --newlineReplace         new line replacement                         [default: "<br />"
 --disableNewlineReplace  disable new line replacement                 [default: false]
 --ansi                   show colorful ansi (implies text/html)       [default: true]
 --ansiOptions            override replacement of ansi black color
 --scrollDownInterval     interval to execute javascript scroll down   [default: 1000 (ms)]
 --serverTimeout          http://nodejs.org/api/http.html#http_server_timeout  [default: 0 (no timeout)]
  • An available port between 8080 - 8181 will be automatically picked if --port is not specified
  • ansi feature is on by default

be a good cat

related

catchart - pipe data into charts in your browser

scat - pipes javascript into your browser

hcat - pipes html into your browser

bpipe - bidirectional piping between unix and the browser

browser-run - The easiest way of running code in a browser environment

Inspired by a ruby bcat implementation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].