←back to thread

193 points onnnon | 1 comments | | HN request time: 0.198s | source
Show context
hamzakc ◴[] No.44504430[source]
I see it is currently based on Sinatra. Just wondering if you have considered looking into Roda?
replies(2): >>44504716 #>>44508066 #
1. ethan_smith ◴[] No.44508066[source]
Roda would be worth considering for its routing tree architecture which can be more performant and maintainable than Sinatra's linear routing approach, especially as the application grows.