micnic / simples

Simple Web Framework for Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Examples

sqram opened this issue · comments

Some people coming into node are out looking for a lightweight framework, and this seems to fit the bill. However, the docs are kind of lacking(ie, models, more detail on how to render inside the route with another engine, etc). Perhaps include a basic todo application as an example.

Thank you for your feedback, I really appreciate it. Yes, the documentation is a bit difficult to understand on the first look, it is being improved from version to version, I plan to move to an HTML format of docs instead of Markdown to create some more interactive documentation. For now there is only the test file where most features are available to see how they are implemented, which in the near future will improve a lot with lot of test cases and examples of code.