SaaSHub helps you find the best software and product alternatives Learn more →
Epanet-js Alternatives
Similar projects and alternatives to epanet-js
-
-
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.
-
Hasura
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
-
-
ExtPay
The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.
-
m4b-tool
m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
-
openmiko
Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.
-
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
-
-
-
name-needed
🕹 A one man effort to produce an intuitive and high performance Dwarf Fortress-esque game. Needs a name.
-
-
-
-
-
-
SearchStory
Lucene based search application to search your own history (notes, papers, browser history)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
epanet-js discussion
epanet-js reviews and mentions
- Epanet-JS
-
Ask HN: Did you change your software architecture due to monetary constraints?
At the start up I work at [0], we use an open source library I developed to run hydraulic models of water networks in JavaScript [1].
A hydraulic model may be between 1-10MB and the simulation results can end up being 100+MB of time series data.
Other vendors with proprietary engines have to scale up servers to run their simulation engineers and will store and serve up results from a database.
Having everything done locally means we only have to store a static file and offload the simulation to the client.
Because we've architected it this way our hosting costs are low and users generally have faster access to results (assuming they're running a moderately decent machine)
[0] https://qatium.com/
[1] https://github.com/modelcreate/epanet-js
-
Ask HN: How did you find your current job?
I'm a civil engineer and I wrote an open source library that compiled a C library to javascript for my own personal projects - epanet-js [1]
A water utility in Spain spun off a start up called Qatium [2] and they used my library as the engine of their simulations and asked me to join.
[1] https://github.com/modelcreate/epanet-js
[2] https://qatium.com/
-
Ask HN: Which personal projects got you hired?
I created a handful of application around water engineering/modelling [1], plus an open source library to run the simulations in javascript [2].
A water utility in Spain spun off a start up to create a similar web based water modelling application and they used my open source library.
They approached me and I joined them and have been able to maintain the open source library as part of my role.
[1] https://github.com/modelcreate/epanet-js#featured-apps
-
Ask HN: Have you created programs for only your personal use?
I work as a water engineer, specializing in building hydraulic models so water utilities can simulate their network.
A big part of that is calibrating them which can be time consuming, you look through hundreds of options. I create a few web based apps to help grind through these tasks but ultimately they were for my own use as a consultant to close projects quickly.
I did pull out the engine as its own open source library for other to use, and that ended up helping me get my current role where I can now maintain it and be paid at the same time.
https://github.com/modelcreate/epanet-js
- [OC] Water flowing through a utilities water network
-
Ask HN: What is your current side-project?
https://github.com/modelcreate/epanet-js
I've built a few open source apps and few other little projects to help automate my workflow.
There are only a handful of providers of modelling software, most are commercial and one recently sold to Autodesk for $1B.
Not sure I'll convince the industry to change but I'm enjoying tinkering around and making my own small difference.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
modelcreate/epanet-js is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of epanet-js is TypeScript.