Dart API to speak to a moderator server

Overview

Interzone is the dart API to talk with moderator, a tiny ephemeral forum

basic blocks:

  1. world.dart, a world scaffold

each world you can think of as one individual feed on ssb. you get compartmentalized IO/storage which means you can easily drop/trim feeds when they are unfollowed to become redundant. each followed user has their own domain (barry.com/[your request]) that runs their own instance Or a shared domain, like omasome.fi. shared domains allow groups for individual users. and you access the groups with omasome.fi/[barrys group key]/[your request]

  1. httpConnector.dart

    has all the hooks to main calls on moderator side. handshake is the one to call on your first access when you have nothing pulled out. handshake gives you you first session key header and moderatorCapsule that has the data and they key you need for further access.

  2. moderatorCapsule and moderatorCapsuleEntry

    this is a binary codable that parses the binary object you get on a request, gives you the katamari, binary access key to post with your request and moderatorEntries that have message data.

  3. moderatorEntryFlags, moderatorEntry, moderatorEntrySet basic parsing of messages you can show on screen. ModeratorEntry.body related does atacama specific stuff like parsing the links, you can ignore that part if you want to store .json on the payloads.

You might also like...

Rokeet UI - A Server Driven UI Framework

Rokeet UI A Server-Driven UI framework. Status Lib Build Coverage Core Configure Mockoon server Install Mockoon: Mac OSX brew install --cask mockoon

Apr 7, 2022

A Flutter server rendering framework

Shark Flutter 🦈 (Under Construction) A Flutter server rendering framework After i finish the project structure, I would draw a project diagram and de

Dec 29, 2022

A complete grocery store developed with Flutter, .Net Core, Firebase, One Signal and SQL Server as backend

A complete grocery store developed with  Flutter, .Net Core, Firebase, One Signal and SQL Server as backend

# Grocery-Store developed in Flutter,DotNet Core, Firebase, One-Signal, SQL-Server, Stripe, Razorpay, Paypal A complete grocery store developed with F

Jan 1, 2023

Flutter WebRTC demo with Python server to perform image processing on video frames using OpenCV

flutter + webrtc = python + aiortc + opencv This demo project should help you to get setup sending a video feed from a flutter app to a python backen

Dec 29, 2022

This design has been created for educational purposes. Also this project has integrated push notifications with firebase and my own server in python.

This design has been created for educational purposes. Also this project has integrated push notifications with firebase and my own server in python.

Ui Clone of the Nequi application This design has been created for educational purposes. Also this project has integrated push notifications with fire

Nov 17, 2022

A performant, expressjs like server framework with a few gadgets that make life even easier.

Alfred A performant, expressjs like server framework thats easy to use and has all the bits in one place. Quickstart: import 'package:alfred/alfred.da

Jan 2, 2023

server status & toolbox app using Flutter

server status & toolbox app using Flutter

Server Monitor & Toolbox A new Flutter project which provide a chart view to display server status data. ScreenShots Milestone SSH connect Server info

Dec 19, 2022

Modular server framework with ConnectMe (WebSockets + PackMe) and MongoDb support.

What is ServeMe ServeMe is a simple and powerful modular server framework. It allows to easily create backend services for both mobile and web applica

Dec 3, 2022

Passwall Server is the core backend infrastructure for Passwall platform

PassWall Server PassWall Server is the core backend for open source password manager PassWall platform. Using this server, you can safely store your p

Dec 20, 2022
Owner
null
Server that provide API to simple note application

note-app-api-mobile end-to-end note application API Golang for the web application MongoDB for the database PostMan requests Collection Flutter simple

Kareem ahmad 6 Oct 4, 2022
A Proxy Server App For Open Weather API

A proxy server app for open weather api. It is built using Shelf and shelf_rate_limiter. This code handles HTTP GET requests to /api. By default it al

Ramyak Mehra 1 Nov 26, 2021
server side dart micro-framework to handle incoming http requests

Queen Palace ???? Introduction server side dart micro-framework to handle incoming http requests

Ahmed Masoud 32 Aug 30, 2022
An expressive, functional, and full-featured server-side framework for Dart.

A framework and collection of packages for writing http servers, built on top of the shelf package. This framework is intended to reduce the technical

Marathon 45 Jun 25, 2022
This project is a implementation of a collection of terminal server samples in Dart

Terminal Server Samples ⭐ Star me on GitHub — it helps! This project is a implementation of a collection of terminal server samples in Dart licensed u

Javier Montenegro 0 Nov 26, 2021
Dart HTTP server framework for building REST APIs. Includes PostgreSQL ORM and OAuth2 provider.

Aqueduct is a modern Dart HTTP server framework. The framework is composed of libraries for handling and routing HTTP requests, object-relational mapp

Stable Kernel 2.4k Jan 5, 2023
A dart client for Supabase Realtime server.

realtime-dart Listens to changes in a PostgreSQL Database and via websockets. A dart client for Supabase Realtime server. Usage Creating a Socket conn

Supabase Community 76 Dec 14, 2022
Dart GraphQL server implementation. Utilities, code generator, examples and reference implementation.

Leto - GraphQL Server A complete implementation of the official GraphQL specification in the Dart programming language. Inspired by graphql-js, async-

Juan Manuel Castillo 29 Nov 27, 2022
Simple examples that help you get started with Appwrite + Dart (=❤️) as an Appwrite server-side integration.

Playground for Dart Simple examples that help you get started with Appwrite + Dart (= ❤️ ) This is Appwrite server side integration with Dart. For Flu

Appwrite 31 Nov 22, 2022
Nakama is an open-source server designed to power modern games and apps

Nakama is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much more.

Allan Nava 85 Dec 30, 2022