Mono, Nim Web Framework

This page summarizes the projects mentioned and recommended in the original post on /r/nim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nim

    Mono - Nim Web Framework (by al6x)

  • Something like mix of Svelte and Phoenix LiveView. # Features - Reactive, like Svelte, with compact and clean code. - Stateful Components. - Bidirectional data binding to inputs. - Multiple UI instances with shared memory updated automatically. - Fast initial page load. - SEO friendly. - Flexible deployment: Server, Browser, Desktop, Mobile. # Example Source of [Todo App Example](https://github.com/al6x/nim/blob/main/mono/examples/todo.nim) ```Nim import base, mono/core # Model -------------------------------------------------------------------------------------------- type TodoItemState* = enum active, completed TodoItem* = ref object text*: string completed*: bool Todo* = ref object items*: seq[TodoItem] proc id*(self: TodoItem): string = self.text

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts