awesome projects for ThinkJS 3.x
Package | Author | Version | Status | Coverage | Description |
---|---|---|---|---|---|
think-router | @lushijie | Router Parser | |||
think-trace | @lizheming | Error trace | |||
think-payload | @berwin | Parse body data | |||
think-meta | @welefen | Show meta info | |||
think-logic | @toxic-johann | Invoke logic action | |||
think-controller | @toxic-johann | Invoke controller action |
- think-view-pug use pug to render view files (pug is rename from jade)
- think-view-nunjucks use nunjucks to render view files
- think-view-handlebars use handlebars to render view files
- think-view-ejs use ejs to render view files
- think-session-cookie use cookie to store session data
- think-session-file use file to store session data
- think-session-redis use redis to store session data
- think-cache-file use file to store cache data
- think-cache-redis use redis to store cache data
- think-cache-memcache use memcache to store cache data
- think-view make controller support render view files
- think-cache add
cache
method to think, context, controller. already built in framework! - think-session add
session
method to think, context, controller. already built in framework!