On Wednesday, 21 November 2012 11:27:04 UTC+5:30, David Miller wrote:
From a quick scan of the code, porting ring-core looks do-able. The file I/O pieces will be tedious but relatively straightforward. I'm a little concerned about what functionality is imported from Apache Commons -- it will take a little more analysis to see scope that part.
Adapter to?
I have been wondering about something like Nancy
http://nancyfx.org/ that is available on NuGet repos and easy to use on both .NET and Mono platforms -- I am yet to explore/finalize on that. I am not considering async web servers (e.g. Kayak) at the moment.
What need are you trying to fill?
I am trying to make it possible to write RESTful web services and regular webapps using Ring. The initial goal is to get ring-core working with an adapter. I will come to routing and templates later.
Shantanu
-David