I just put up Photon in the list of Mongrel2 projects: http://mongrel2.org/ Let me know if there's other "Tir like" frameworks out there I'm missing so I can list them. I'm thinking we need a section of "Mongrel2 Full Frameworks" or something. -- Zed A. Shaw http://zedshaw.com/
"Zed A. Shaw" <zedshaw@zedshaw.com> writes: > I just put up Photon in the list of Mongrel2 projects: > > http://mongrel2.org/ > > Let me know if there's other "Tir like" frameworks out there I'm missing > so I can list them. I'm thinking we need a section of "Mongrel2 Full > Frameworks" or something. As I already said last month, I wrote a Common Lisp mongrel2 handler (https://github.com/galdor/m2cl) that I use for a personnal project. There's a Common Lisp handler in your list, but it doesn't seem maintained or used. Regards, -- Nicolas Martyanoff http://codemore.org khaelin@gmail.com
On Tue, Mar 08, 2011 at 07:51:09AM +0100, Nicolas Martyanoff wrote: > As I already said last month, I wrote a Common Lisp mongrel2 handler > (https://github.com/galdor/m2cl) that I use for a personnal project. > There's a Common Lisp handler in your list, but it doesn't seem > maintained or used. Great, I'm adding it right now. -- Zed A. Shaw http://zedshaw.com/
On Tue, Mar 8, 2011 at 12:02 PM, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > I just put up Photon in the list of Mongrel2 projects: > > http://mongrel2.org/ > > Let me know if there's other "Tir like" frameworks out there I'm missing > so I can list them. I'm thinking we need a section of "Mongrel2 Full > Frameworks" or something. > Hi, Shaw, I am working on Bamboo for some days. Most of code was copied from Tir (So Shaw is also one of the author of Bamboo), I am planning add some new features to it. It is very very alpha now. Later I will add README and licenses to it. The link is https://github.com/daogangtang/bamboo > -- > Zed A. Shaw > http://zedshaw.com/ > -- Nothing is impossible.
What are the planned differences between Bamboo and Tir? ✈ Matt On Mar 7, 2011, at 22:03 , Tang Daogang wrote: > > I am working on Bamboo for some days. Most of code was copied from Tir (So Shaw is also one of the author of Bamboo), I am planning add some new features to it. It is very very alpha now. Later I will add README and licenses to it. > > The link is > https://github.com/daogangtang/bamboo >
On Wed, Mar 9, 2011 at 1:18 AM, Matt Towers <matt@ziplinegames.com> wrote: > What are the planned differences between Bamboo and Tir? > > ha, this is only one of my experiment project, maybe now for interesting only. In which I want to add OOP base, and use NoSQL db redis. The planned differences between them I think are: 1. redis db connector and key-value db adapter; 2. OOP base on lua; 3. general model mechanism like Django; 4. second rank URL dispatch (the first one URL dispatch is in mongrel2) in Bamboo like Django; 5. enhanced view rendering engine; 6. code separation to bamboo and lglib; 7. user model support; 8. upload model support; 9. and more I don't think of now ...... And now, I am working on a CMS system named LegeCMS, which is built on Bamboo and lglib. I'll give it out later on. It is experiment now. So I don't know where is the future, maybe Bamboo will be merged into tir sometime, maybe, if Shaw want :) Mongrel2 is a great product! and Shaw is great too. His works sweep the barriers I met before on lua web framework, so great thanks to Shaw. If you're interesting, you can care: https://github.com/daogangtang https://github.com/daogangtang/bamboo https://github.com/daogangtang/lglib More is coming .... > ✈ Matt > > > > On Mar 7, 2011, at 22:03 , Tang Daogang wrote: > > > I am working on Bamboo for some days. Most of code was copied from Tir (So > Shaw is also one of the author of Bamboo), I am planning add some new > features to it. It is very very alpha now. Later I will add README and > licenses to it. > > The link is > https://github.com/daogangtang/bamboo > > > -- Nothing is impossible.
Wow. Keep us posted. My team might like to give it a go when it's stabilized some. Thanks! ✈ Matt On Mar 8, 2011, at 17:05 , Tang Daogang wrote: > > On Wed, Mar 9, 2011 at 1:18 AM, Matt Towers <matt@ziplinegames.com> wrote: > What are the planned differences between Bamboo and Tir? > > ha, this is only one of my experiment project, maybe now for interesting only. In which I want to add OOP base, and use NoSQL db redis. The planned differences between them I think are: > redis db connector and key-value db adapter; > OOP base on lua; > general model mechanism like Django; > second rank URL dispatch (the first one URL dispatch is in mongrel2) in Bamboo like Django; > enhanced view rendering engine; > code separation to bamboo and lglib; > user model support; > upload model support; > and more I don't think of now ...... > And now, I am working on a CMS system named LegeCMS, which is built on Bamboo and lglib. I'll give it out later on. > > It is experiment now. So I don't know where is the future, maybe Bamboo will be merged into tir sometime, maybe, if Shaw want :) > > Mongrel2 is a great product! and Shaw is great too. His works sweep the barriers I met before on lua web framework, so great thanks to Shaw. > > If you're interesting, you can care: > > https://github.com/daogangtang > https://github.com/daogangtang/bamboo > https://github.com/daogangtang/lglib > > More is coming .... > > > > ✈ Matt > > > > On Mar 7, 2011, at 22:03 , Tang Daogang wrote: > >> >> I am working on Bamboo for some days. Most of code was copied from Tir (So Shaw is also one of the author of Bamboo), I am planning add some new features to it. It is very very alpha now. Later I will add README and licenses to it. >> >> The link is >> https://github.com/daogangtang/bamboo >> > > > > > -- > Nothing is impossible. >
What do you mean by "tir like"? I don't know lua so I haven't sent any time with tir. On Monday, March 7, 2011, Zed A. Shaw <zedshaw@zedshaw.com> wrote: > I just put up Photon in the list of Mongrel2 projects: > > http://mongrel2.org/ > > Let me know if there's other "Tir like" frameworks out there I'm missing > so I can list them. I'm thinking we need a section of "Mongrel2 Full > Frameworks" or something. > > -- > Zed A. Shaw > http://zedshaw.com/ >
Hello, On 2011-03-08 05:04, James Dennis wrote: > What do you mean by "tir like"? A framework targetting specifically Mongrel2, not something like Django behind a wsgi adapter. To take full benefit of Mongrel2, the core of most of the frameworks needs to be rewritten to break the synchronous, one request get one answer assumptions. This is often simpler to rewrite a new micro framework targetting Mongrel2 and reuse well tested components (ORM, form handling, etc.) for the rest. > > I don't know lua so I haven't sent any time with tir. > > On Monday, March 7, 2011, Zed A. Shaw <zedshaw@zedshaw.com> wrote: >> I just put up Photon in the list of Mongrel2 projects: Thanks a lot! loïc >> http://mongrel2.org/ >> >> Let me know if there's other "Tir like" frameworks out there I'm missing >> so I can list them. I'm thinking we need a section of "Mongrel2 Full >> Frameworks" or something. >> >> -- >> Zed A. Shaw >> http://zedshaw.com/ >>