SaaSHub helps you find the best software and product alternatives Learn more →
Xfer Alternatives
Similar projects and alternatives to Xfer
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
-
-
gcodepreview
OpenPythonSCAD library for moving a tool in lines and arcs so as to model how a part would be cut using G-Code or described as a DXF.
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
Scrawl-canvas
Responsive, interactive and more accessible HTML5 canvas elements. Scrawl-canvas is a JavaScript library designed to make using the HTML5 canvas element easier, and more fun
-
privaxy
Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic. Also check out my new project, https://www.merklemap.com/
-
-
-
splink
Fast, accurate and scalable probabilistic data linkage with support for multiple SQL backends
-
-
-
-
-
-
easy-invoice-pdf
Free & Open-Source Invoice Generator – Live PDF Preview, No Sign-Up, 100% In-Browser
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Xfer discussion
Xfer reviews and mentions
-
Ask HN: Exposing C ABI from Rust library?
I have a project called XferLang (https://github.com/paulmooreparks/Xfer) that is a data-transfer language with a few features that I like (and use) which aren't found in JSON. Right now, it's implemented in C#, and my first idea for porting it to other languages was just to rewrite it in those languages. Now, my idea is to reimplement the core library (elements, parser, and serializer/deserializer) in Rust, expose a C-like ABI, and then wrap that with other languages. That way I'm only managing one core library. Since I'm still quite new to Rust, is this a technique used in any other significant projects? Is it viable? Should I expect to be able to call into the library from essentially any language the way I would be able to call into a C library?
-
Why does JSON have commas?
I wrote my own language mainly to get rid of commas and colons, and I added comments while I was at it.
https://github.com/paulmooreparks/Xfer/tree/master/ParksComp...
-
Ask HN: What Are You Working On? (March 2025)
I've been working on an alternative to JSON called XferLang, and along with that a "CLI construction kit" that will let the user create a CLI for interacting with RESTful APIs (and, eventually, more).
https://github.com/paulmooreparks/Xfer
-
Douglas Crockford Is Not Your Dad
I started writing a completely different language because I was annoyed with the limitations of JSON: https://github.com/paulmooreparks/Xfer
Comparatively, writing an alternative JSON parser is probably a bit wiser.
- Show HN: Xfer, a Data-Transfer Language
-
A note from our sponsor - SaaSHub
www.saashub.com | 14 Jul 2025
Stats
paulmooreparks/Xfer is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Xfer is C#.