reflex-vty VS blessed

Compare reflex-vty vs blessed and see what are their differences.

reflex-vty

Build terminal applications using functional reactive programming (FRP) with Reflex FRP. (by reflex-frp)

blessed

A high-level terminal interface library for node.js. (by chjj)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
reflex-vty blessed
1 22
136 11,129
0.7% -
7.8 0.0
about 2 months ago 27 days ago
Haskell JavaScript
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

reflex-vty

Posts with mentions or reviews of reflex-vty. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-15.
  • Building Rich Terminal Dashboards
    12 projects | news.ycombinator.com | 15 Feb 2021
    There's a slick little Haskell library that does something similar called reflex-vty:

    https://github.com/reflex-frp/reflex-vty#reflex-vty

    One thing neither of these libraries appear to have done yet that I would really like is create a more compact window rendering. Currently each window gets a 1-character border. What I would like is something that saves space by collapsing adjacent windows' borders into a single character instead of having two redundant borders next to each other. Of course I get why they do it the way they do, but terminals are often more constrained for space and with complex UIs you can lose a fair amount due to these unnecessary borders. That would be the next thing I'd hack on to improve these kinds of libraries. But alas...too many fun projects to hack on and not enough hours in the day.

blessed

Posts with mentions or reviews of blessed. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.

What are some alternatives?

When comparing reflex-vty and blessed you can also consider the following projects:

blessed-contrib - Build terminal dashboards using ascii/ansi art and javascript

vorpal - Node's framework for interactive CLIs

turbo - An experimental text editor based on Scintilla and Turbo Vision.

Inquirer.js - A collection of common interactive command line user interfaces.

dashing - Terminal dashboards for Python

Ink - 🌈 React for interactive command-line apps

notcurses - blingful character graphics/TUI library. definitely not curses.

neo-blessed - A drop-in replacement for for Blessed. A high-level terminal interface library for node.js.

python-prompt-toolkit - Library for building powerful interactive command line applications in Python

KeyboardJS - A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.

vty-ui - A terminal user interface programming library similar to graphical interfaces such as GTK and QT. (DEPRECATED, see https://github.com/jtdaugherty/brick)

omelette - Omelette is a simple, template based autocompletion tool for Node and Deno projects with super easy API. (For Bash, Zsh and Fish)