Skip to content

Commit 58f064c

Browse files
committed
Update TODO.md and README.md
1 parent eab53d4 commit 58f064c

File tree

2 files changed

+24
-13
lines changed

2 files changed

+24
-13
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ bare
22
====
33

44
Make node.js frameworks scram - use bare
5+
6+

TODO.md

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
1-
- cookies module (cookies)
2-
- uploads module (formidable)
3-
- favicon
4-
- gzip
5-
- cache
6-
- templates (dust.js/plates)
7-
- sanitize
8-
- mime types (mime)
9-
- content negotiation (negotiator)
10-
- sessions (redsess)
11-
- ETags (custom + node-fresh)
12-
- configuraton (nconf)
13-
- logging (winston)
1+
Modules (probably):
2+
- [ ] cookies module (cookies)
3+
- [ ] uploads module (formidable)
4+
- [ ] favicon
5+
- [ ] gzip
6+
- [ ] cache
7+
- [ ] templates (linkedin-dust.js/nunjucks)
8+
- [ ] sanitize
9+
- [ ] mime types (mime)
10+
- [ ] content negotiation (negotiator)
11+
- [ ] sessions (redsess)
12+
- [ ] ETags (custom + fresh)
13+
- [ ] configuraton (nconf)
14+
- [ ] logging (winston/bunyan)
15+
- [ ] object validation (joi)
16+
- [ ] tests (lab)
1417

18+
Architechture (probably):
19+
- [ ] use callbacks
20+
- [ ] use streams heavily
21+
- [ ] no promises
22+
- [ ] generators, yes please
23+
- [ ] modules MUST work standalone

0 commit comments

Comments
 (0)