What tools, libraries and or language can I go about creating custom output XML code based on simple user input?

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

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

    Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

  • You need to capture your web input and POST it to your application via a simple REST interface. In Go, Gin makes the creation of REST interfaces very simple, but you can also do this with nothing more than Go's standard library.

  • Django

    The Web framework for perfectionists with deadlines.

  • Python with Flask or Django for web, or PyQt for desktop

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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