Skip to content
forked from psylone/simpler

Fork of Simpler web framework (Course 2 at Thinknetica online school)

Notifications You must be signed in to change notification settings

metacorn/simpler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simpler

Simpler is a little web framework written in Ruby language. It's compatible with Rack interface and intended to learn how web frameworks work in general.

The application overview

Simpler application is a singleton instance of the Simpler::Application class. For convenience it can be obtained by calling Simpler.application method. This instance holds all the routes and responds to call method which is required by the Rack interface.

About

Fork of Simpler web framework (Course 2 at Thinknetica online school)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 92.7%
  • HTML 7.3%