
RaimaDB, an embedded time series database that can be used for Edge and IoT devices, can run in-memory. It is a lightweight, secure, and extremely powerful RDBMS. It has been field tested by more than 20 000 developers around the world and has been deployed in excess of 25 000 000 times.
RaimaDB is a high-performance, cross-platform embedded database optimized for mission-critical applications in industries such as IoT and edge computing. Its lightweight design makes it ideal for resource-constrained environments, supporting both in-memory and persistent storage options. RaimaDB offers flexible data modeling, including traditional relational models and direct relationships through network model sets. With ACID-compliant transactions and advanced indexing methods like B+Tree, Hash Table, R-Tree, and AVL-Tree, it ensures data reliability and efficiency. Built for real-time processing, it incorporates multi-version concurrency control (MVCC) and snapshot isolation, making it a robust solution for applications demanding speed and reliability.
Learn more

Overmonitor is cloud-based infrastructure, website, and endpoint monitoring built for teams that want fast setup, clear alerts, and practical visibility without the complexity or cost of enterprise monitoring suites. Monitor websites, servers, endpoints, processes, Windows services, event logs, uptime, response time, SSL certificates, and internal network health from one easy dashboard.
At the core of Overmonitor is a small, lightweight server agent that installs quickly, pairs with your account, and reports a heartbeat every minute from inside your network. This gives you visibility beyond public uptime checks, helping detect server outages, stalled services, failing processes, internal connectivity problems, and endpoint health issues before they become customer-facing downtime.
Overmonitor supports city-level geotargeted monitoring, practical maintenance windows that reduce alert noise, push notifications for alerts, audible dashboard alerts for operations screens, process monitor rollups, embeddable performance graphs, and flexible à la carte pricing so you only pay for the monitoring you need.
Designed for SaaS operators, IT teams, MSPs, developers, and small businesses, Overmonitor helps you track availability, analyze website performance, monitor infrastructure health, and improve end-user experience without being locked into a bloated monitoring platform.
Learn more
Mako Server
Mako Server is an efficient Lua-powered web server that provides everything developers need to build high-performance, dynamic applications. It supports a variety of protocols, including MQTT for IoT and OPC-UA for industrial automation, and comes with built-in tools like a Lua debugger, SQLite database, and secure certificate management. Mako Server’s minimalistic setup, rapid performance, and extensibility make it an ideal solution for embedded devices, cloud servers, and real-time applications.
Learn more
Node.js
Node.js serves as an asynchronous event-driven JavaScript runtime specifically engineered for creating scalable network applications. Each time a connection is made, a callback function is triggered; however, if there are no tasks to execute, Node.js enters a sleep state. This approach stands in stark contrast to the more prevalent concurrency model that relies on operating system threads. Networking based on threads can be quite inefficient and often presents significant usability challenges. Additionally, Node.js users don't have to concern themselves with the complications of dead-locking the process since the architecture does not utilize locks. In fact, very few functions within Node.js handle I/O directly, ensuring that the process remains unblocked except when synchronous methods from Node.js's standard library are utilized. This non-blocking nature makes it highly feasible to develop scalable systems using Node.js. The design of Node.js shares similarities with, and draws inspiration from, frameworks like Ruby's Event Machine and Python's Twisted, extending the event model even further. Notably, Node.js incorporates the event loop as an integral runtime feature rather than relegating it to a mere library, thus enhancing its efficiency and functionality. This distinctive approach makes Node.js an attractive choice for developers looking to create high-performance applications.
Learn more