1
0
mirror of https://github.com/urlysses/1991.git synced 2024-11-16 01:28:06 -05:00
1991/README.md

14 lines
347 B
Markdown
Raw Normal View History

2017-02-01 22:26:33 -05:00
# 1991
A server-side web framework written in Forth.
## TODO
+ [x] set appropriate mime-types
+ [x] file-serving if no user-defined routes match. Search "public/" dir
unless otherwise specified by user.
2017-02-17 09:10:06 -05:00
+ [x] query arguments
+ [ ] PUT, POST, DELETE
+ [ ] templating
+ [ ] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?