DEV Community

Cover image for Linx vs Outsystems
Linx Software
Linx Software

Posted on • Originally published at linx.software on

Linx vs Outsystems

Are you looking for an Outsystems alternative? Read on to see if Linx is the answer

Owing to an increased need for business agility and growing pressure on IT teams to deliver faster solutions, the market for low-code app development has flourished in the past few months,

However, for SMEs and large Fortune 500 companies alike, choosing between the best low code development tools can be challenging. These platforms come in all shapes and sizes for all sorts of different business types and needs.

Linx is often compared to Outsystems as they both go beyond basic app creation (Zapier, IFTTT) and workflow automation (Mendix, Kony et al) to deliver and manage complex business applications.

So let’s jump in:

Introductions

OutSystems is one of the most popular Rapid Application Development (RAD) platforms for business application creation, deployment, and management. It mostly relies on the visual development environment so users can quickly develop mobile and web applications. It is generally used for creating web and mobile apps along with full control over services, integration adapters, and other resources.

Linx is a low-code development tool for experienced IT professionals. It enables the rapid development and deployment of backend applications like APIs, integrations and automations. In essence, a visual backend programming tool, Linx is built for developers to design and debug solutions in a familiar procedural style, but using a drag and drop interface. The plugin architecture (like Nuget or NPM packages) replace many high-level programming functions, reducing 1000s of lines of code to a single visual function with properties which guide the developer to success. Solutions are deployed with one click to servers running in the cloud or on-premise, with monitoring, access control and versioning as standard.

Software Sweetspot

OutSystems specialises in pre-coded SOAP & REST API integration for web services using WSDL (Web Services Description Language) files. Most REST APIs implement communications and data transfers using JSON standards. The OutSystems IDE detects web API requirements automatically and generates the JSON code required for building new software applications. Low-code options speed web database development and it supports the SQL Server, SQL Azure, Oracle, MySQL, and DB2 iSeries formats.

The optimal use of Linx is as a single platform for software development, data centre automation, and hosting. It has several use cases, but by far it is it’s ease of use when building, implementing and hosting APIs that grabs the attention. The philosophy behind Linx encompasses two concepts: “Don’t reinvent the wheel” and “Design once, run non-stop”. Linx is low-code which allows you to create, call REST, and SOAP web services, freely integrating them with nearly any of your existing technologies using prebuilt plugins.

All development (including debugging) is easily accomplished within the visual IDE with one-click deployment to-premise or your cloud of choice (Azure, AWS, & other public cloud environments) for automatic product launch and management.

Digging Deeper

Given there are several ways to develop an application, how do you decide where to start? As an IT pro, you probably already know the latest and greatest products out there, but selecting the right tool for the job may not always be straightforward.

LINX OUTSYSTEMS
Onboarding & set up The Windows-only Desktop IDE (Designer) is free. It has a small footprint, and installation is a one-step process. Inside the IDE, setting up a project is a mere 1-click job. There are several sample solutions, get started documentation and an active community for immediate learning. Available online, OutSystems provides a free trial but recommends that developers participate in a highly structured 12-month adoption process that includes full-time tutoring to develop competency.
Low code Linx uses the same high-level concepts (Functions, Types, Services and Events) that define programming languages. Plugins are prebuilt, with the input and output flows defined by setting properties and chaining up different functions to work together. Outsystems offers no-code capabilities with a few dozen predefined actions through a flowchart metaphor. Low code blocks can be interspersed with traditional coding.
Ability to add code Users should have a fundamental understanding of programming concepts, however there is no need to write boilerplate code or syntax. Users can connect different functions by making use of powerful expressions that are customised via an intuitive expression editor. Developers can use Visual Studio to create custom code, publish it and make it available for use in applications. It includes a built in JavaScript editor but it is not particularly easy to reference objects used in your application. Moderate to high JavaScript skills are required.
Server side With Linx, your logic is executed on the side. This can be on-site or cloud hosted with all solution settings handled via the settings panel. Deployment is a one-step process to a server with monitoring, access control and versioning as standard. Outsystems does not provide a Server-Side editor. Developers must use Eclipse or Visual Studio – general-purpose tools that are not specific to OutSystem in order to add custom code.
Development spped Users can test applications in Linx directly within the IDE via the built-in debugger. Changes are available instantly with errors highlighted in a granular fashion. OutSystems requires you to use their “1-Step Publishing” system, which requires files to be pushed to a remote server – adding significant wait times and reducing efficiency in the develop/test cycle.
Data integration Using a wide variety of pre-built connectors, Linx makes it extremely easy to integrate your data sources, including databases, REST API’s, message queues, etc. There are also native integrations to many popular services such as AWS, Xero, Google etc. OutSystems has more built-in integrations with third-party apps like PayPal, ZenDesk, and Okta Integration tools are not built into OutSystems and functionality needs to be coded by hand. OutSystems does not support quickly changing data sources.
One button deploy Linx provides one-click install to your preferred hosting environment, cloud or on-premise. Outsystems does not offer one-button deployment to the cloud.
Hosting The Linx Application Server is a fully managed application server used to deploy and run Linx applications. Linx applications can be hosted in public or private clouds, or on-premise. Certain editions of the OutSystems platform allow a self-managed infrastructure where a customer may choose to host OutSystems environments in different cloud infrastructures from different providers, and even on-premises.
Customisation & scalability There are no limitations to the size of your application and any given application can be scaled to include many different database entities, processes, and functional components – all built via drag and drop. Cloud hosted applications can be upgraded to include any of the several 100s of services offered by the provider (Azure, AWS etc). The IDE allows programmers to implement custom-coded solutions using enterprise ASP.Net development libraries and frameworks. Scalable cloud architecture can be configured using the OutSystems development environment console for device management and multi-version control.
Pricing Per application deployed OutSystems licenses are determined by the number of application users, and the number of application objects.

Wrapping Up

Often, the modern business expects its development tools to be fast and powerful, but more so, be able to meet the organisation’s needs via customisation. Low-code is often seen as too constrictive with the tools themselves requiring some level of customisation to achieve the job at hand. Linx and OutSystems are both excellent choices that can cater to a wide range of business users and use cases, but the more you dig into the detail, the more you realise that they are distinctly different.

OutSystems can manage the end-to-end app life cycle from app creation and deployment to ongoing maintenance and analytics. More significantly, Outsystems lets the user build apps with modern, responsive UIs for native mobile and reactive web.

Linx, on the other hand, offers many similar attributes, but it is backend-specific and does not have a UI for the user to interact with. Instead, the power of Linx is in its ability to provide the developer with a platform to leverage their existing resources – in a familiar programming pattern – to create backend applications for a wide variety of projects. Linx ignores the notion of tying its user to a single programming language or framework, but instead allows the user to focus on logic and flow of the application, as you would in custom coding, just faster.

The post Linx vs Outsystems appeared first on Linx.

Top comments (0)