Hi guys, Just being interested at Dojo and NodeJS, I started a project to build a web server based on Dojo running on NodeJS last year. Recently I found that Dojo has more and more support for NodeJS. So I picked it up and made it easier to use. Now it is available on Github at: https://github.com/supnate/dojos/. If you're interested at this area too, just try it:)
In general, the project provides a Dojo based web server running on NodeJS. It uses dojox/dtl as template engine and provide a page rendering framework. It is now particular useful when you only need a static http file server just like pure "Apache Http Server" because Dojos provides a very friendly folder list page which supports fast filtering and sorting. Although Dojo is known as a powerful rich internet application framework running on browser side, it is also able to well run on NodeJS as a server side framework. By doing this, server side javascript could take use of AMD, Dojo's object oriented framework and many fancy Dojo modules. And developers can use one framework for both client side and server side, which is very helpful for development and maintenance of a web site. And I think that is a very cool thing itself! At last, the project is on very early stage from product use. So just play it for fun:) -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
