mirror of
https://github.com/urlysses/1991.git
synced 2024-11-26 19:48:06 +11:00
17 lines
414 B
Markdown
17 lines
414 B
Markdown
# 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.
|
|
+ [x] query arguments
|
|
+ [x] PUT, POST, DELETE
|
|
+ [x] templating
|
|
+ [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?
|
|
+ [ ] server-side cookies
|
|
+ [ ] websockets
|
|
+ [ ] is https a thing?
|