Telegram-web-z VS unik

Compare Telegram-web-z vs unik and see what are their differences.

unik

The Unikernel & MicroVM Compilation and Deployment Platform (by solo-io)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
Telegram-web-z unik
2 11
42 2,687
- 0.4%
9.7 0.0
28 days ago about 1 year ago
TypeScript Go
GNU General Public License v3.0 only Apache License 2.0
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.

Telegram-web-z

Posts with mentions or reviews of Telegram-web-z. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-31.
  • [Q] K-web client just stopped working
    3 projects | /r/Telegram | 31 Aug 2022
    There are also different urls for these apps as well: https://webk.telegram.org/ and https://webz.telegram.org/
  • Is the madness ever going to end?
    11 projects | news.ycombinator.com | 11 Jan 2022
    I agree it is partly idiotic complaining though there is some truth to it.

    Firstly IQ has declined. There is a widespread lie that everyone can be developer if they only try hard enough. Hence you get more noisy signals deciding over technological progress.

    Secondly, people use complexity to show off. This comes and goes as very high complexity makes the simple stuff look smart again (see for example the Java framework diversification back when Java was atrocious, but later pure Java became fashionable again once the language had improved ).

    Thirdly, one can build performant and impressive stuff from the layers and layers of complexity such as modern JS frameworks. See for example the latest Telegram web client.[1] So ultimately it is more about the IQ and skill of the programmer and less about the particular Turing-complete language/framework used, because whichever route you take, ultimately you have to face complexity and all the different events, states and exceptions.

    [1] https://github.com/TelegramOrg/Telegram-web-z

unik

Posts with mentions or reviews of unik. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Mirage – A programming framework for building type-safe, modular systems
    10 projects | news.ycombinator.com | 23 Nov 2023
    And on that note, I just found this list of UniKernel projects:

    http://unikernel.org/projects/

    I have especially had hopes for the UniK [1] project, as it was/is written in Go AFAIK. I see now it incorporates work from the Mirage project as well. Not sure what is the status of this project anymore though.

    [1] https://github.com/solo-io/unik

  • In Praise of Plan 9
    3 projects | news.ycombinator.com | 12 Nov 2022
  • A future without containers? ( thoughts )
    6 projects | /r/freebsd | 10 Nov 2022
    Wow, just now seeing this topic. I work for a cloud company hosted in AWS. We started out, Netflix/Spotify style microservices. We were all on ec2 images generate by packer (and later with AWS Image Factory). When Docker hit, we kicked the tires but never did anything with it beyond using it for running unit tests, and later, infrastructure tests. 5 years ago, during a hackathon, our little group began experimenting with Unikernels, or library operating systems. Interestingly enough, these Unikernels were all stripped down BSD kernels. OSv is FreeBSD based, and Rumprun is NetBSD based. Services running in EC2 on Unikernels would spin up and start sending and receiving traffic before the AWS EC2 healthchecks completed. They are blazing fast! Only problem in 2017, was the tooling. It would have taken too much effort to use Unikernals with our infrastructure. As soon as they start making Unikernels that can run Java bytecode like native code, the fate of containerization will be sealed, IMO. We could get basic JVM webservers running on OSv, but not Cassandra, not Kafka, not yet. OSv now runs on Firecracker, but I have not tried it out, yet. Some links if you are interested: OSv: https://osv.io Rumprun: https://github.com/rumpkernel/rumprun We used this tooling during the Hackathon, but doesn't look like it has been touched in 3 years: https://github.com/solo-io/unik Unikraft Unikernel Dev kit: https://unikraft.org/ And don't forget Firecracker running in Kubernetes https://www.weave.works/oss/firekube/ And of course, being a FreeBSD subreddit, let's not forget FreeBSD on Firecracker https://www.daemonology.net/blog/2022-10-18-FreeBSD-Firecracker.html
  • Ask HN: What’s the most secure OS for servers? Why?
    3 projects | news.ycombinator.com | 27 Feb 2022
  • A platform for automating unikernel & MicroVM compilation and deployment
    1 project | /r/golang | 19 Feb 2022
  • Is the madness ever going to end?
    11 projects | news.ycombinator.com | 11 Jan 2022
    Crazy idea that I'm sure isn't an original thought: instead of adapting the languages to deal with abstracting the idiosyncrasies of each OS, change the OSes to expose a universal API to make everything else lighter.

    I guess that's also kinda Docker or QEMU or V8, but also https://github.com/solo-io/unik if you think about it differently.

    In other words: hey, Lisp Machines were an excellent idea back then, but they still are. Maybe someday we'll have a V8 co-processor. More fun reading: https://lobste.rs/s/2poahh/what_i_could_not_undiscover_about

  • UniK – The Unikernel and MicroVM Compilation and Deployment Platform
    1 project | news.ycombinator.com | 3 Dec 2021
  • Ask HN: How are you using unikernels?
    8 projects | news.ycombinator.com | 27 May 2021
    The HN conversations around unikernels suggest that they're not ready for production yet [0] but feel free to set that record straight.

    In the meantime, a handful of organisations/individuals seem to be working on becoming "Docker for unikernels". That's probably an unfair description, but they're aiming to produce tools for building and managing unikernels: Unikraft [1], NanoVMs/Nanos [2], Unik [3]. Other orgs are producing unikernel-based OSs and VMs [4].

    What is your toolset for building and managing unikernels? What have you learned?

    Bonus question: is Unik dead? [5]

    [0] https://hn.algolia.com/?dateRange=all&page=0&prefix=true&query=unikernel&sort=byPopularity&type=story

    [1] https://unikraft.org/

    [2] https://github.com/nanovms/nanos

    [3] https://github.com/solo-io/unik/

    [4] http://unikernel.org/projects/

    [5] https://github.com/solo-io/unik/issues/172

  • Demystifying Open-Source Orchestration of Unikernels With Unik
    3 projects | dev.to | 16 Sep 2020
    UniK will compile and deploy its own 30 MB unikernel. This unikernel is the Unik Instance Listener. The Instance Listener uses udp broadcast to detect (the IP address) and bootstrap instances running on Virtualbox.

What are some alternatives?

When comparing Telegram-web-z and unik you can also consider the following projects:

Electron - :electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS

unikraft - A next-generation cloud native kernel designed to unlock best-in-class performance, security primitives and efficiency savings.

json_test_data - Test data for nlohmann/json

nanos - A kernel designed to run one and only one application in a virtualized environment

create-react-app-zero - All of Create React App, none of the dependencies

htmx - </> htmx - high power tools for HTML

linuxkit - A toolkit for building secure, portable and lean operating systems for containers

tweb - Telegram Web K, GPL v3

rumprun - The Rumprun unikernel and toolchain for various platforms

Visual Studio Code - Visual Studio Code

app-helloworld-cpp - kraft-ready repo for building c++ applications with Unikraft