Clojure-server to Clojure-server communication library

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • dataloader

    DataLoader is a generic utility to be used as part of your application's data fetching layer to provide a consistent API over various backends and reduce requests to those backends via batching and caching.

  • superlifter

    A DataLoader for Clojure/script

  • https://github.com/oliyh/superlifter - Clojure

  • 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
  • ZeroTier

    A Smart Ethernet Switch for Earth

  • I would definitely build a prototype using prepl or nREPL first, with fixed number of machines, which are connected over a virtual Ethernet switch, like https://www.zerotier.com/ , which can be your authentication later. I wouldn't worry about authorization, since you control all the code, but iirc you can specify the available vars for the evaluation environment of an nREPL server.

  • pathom3

    A library for navigating data.

  • Definitely check out pathom3 as well. It's a much improved version of pathom2.

  • slacker

    Transparent, non-incursive RPC by clojure and for clojure (by sunng87)

  • If you are looking for a Clojure-native RPC library. You can try out slacker

  • Aeron

    Efficient reliable UDP unicast, UDP multicast, and IPC message transport

  • Have look at Aeron, pub/sub comms Java library https://github.com/real-logic/aeron

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