Isso VS website

Compare Isso vs website and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Isso website
18 2
4,962 15
0.5% -
7.8 6.1
1 day ago 4 months ago
Python TypeScript
MIT License -
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.

Isso

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

website

Posts with mentions or reviews of website. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-18.
  • Update on the Bagel Language
    1 project | news.ycombinator.com | 25 Jan 2022
    Hey thanks! :D

    It’s almost all custom (you can see the source on my GitHub https://github.com/brundonsmith/website)

    Most of the site is statically generated at startup using regular JS template strings, and then served as static files (cached in-memory) by Express. Posts are written in Markdown, and code blocks are processed into HTML using Prism.

    The only dynamic bit is the HN comments, since I want those to stay fresh. My Node server queries the Algolia HN API to get all comments for the top HN link for the post (since there could be more than one), munges the data a bit, renders it as HTML, and then caches it for one minute. Some client-side JS just hits the endpoint and dumps the HTML into the page.

    Any rich rendering inside comment bodies, like for code blocks and italics, actually comes directly from HN itself! The content I get has already been processed, though of course the structural content around the comment bodies is custom.

    This site is my relaxing project that I tinker with occasionally, so sometimes I over-engineer parts of it a little bit for fun :)

  • Various ways to include comments on your static site
    3 projects | news.ycombinator.com | 18 Nov 2021
    I wrote some code that 1) finds the most active link to the post on HN, and 2) uses the HN API to pull in and render its comments at the bottom. The site is statically-rendered, but there's a bit of client-side JS that loads the latest comments when you visit the page. Most of the work is done on the back-end; the front-end just grabs the content and drops it in.

    Example: https://www.brandons.me/blog/three-types-of-data

    Implementation: https://github.com/brundonsmith/website/blob/master/src/load...

What are some alternatives?

When comparing Isso and website you can also consider the following projects:

remark42 - comment engine

Discourse - A platform for community discussion. Free, open, simple.

dyu/comments - A real-time, markdown-enabled comment engine powered by leveldb with oauth support

Socialhome - A federated social home

Talkyard - A community discussion platform: Brings together the main features from StackOverflow, Slack, Discourse, Reddit, and Disqus blog comments.

HumHub - HumHub is an Open Source Enterprise Social Network. Easy to install, intuitive to use and extendable with countless freely available modules.

GNU social - GNU social is social communication software for both public and private communications.

commento - A fast, bloat-free comments platform (Github mirror)

nodeBB - Node.js based forum software built for the modern web

Mastodon - Your self-hosted, globally interconnected microblogging community

phpBB - phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.

Scoold - A Stack Overflow clone for teams (self-hosted or hosted)