Software Alternatives & Reviews

Writing a web application in pure Ruby (no framework)?

Hanami Sinatra
  1. 1
    Hanami is a modern web framework for Ruby.
    Pricing:
    • Open Source

    #Web Frameworks #Ruby Web Framework #Ruby MVC Framework 18 social mentions

  2. Classy web-development dressed in a DSL
    Pricing:
    • Open Source
    You can get very bare bones with Ruby though. The Sinatra framework is a router + templating engine. Everything else is up to you. It's my go to choice for when I just want a few endpoints wrapped up in a few files. For example, I built a simple web app that reads a CSV file written by the WiiScale app (for Mac), and displays a chart using HighCharts. My app.rb file is 175 lines of code. Very simple.

    #Ruby Web Framework #Web Frameworks #Ruby MVC Framework 36 social mentions

Discuss: Writing a web application in pure Ruby (no framework)?

Log in or Post with