2017-02-02 14:26:33 +11:00
|
|
|
# 1991
|
|
|
|
|
|
|
|
A server-side web framework written in Forth.
|
2017-02-17 23:52:59 +11:00
|
|
|
|
|
|
|
|
|
|
|
## 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-18 01:10:06 +11:00
|
|
|
+ [x] query arguments
|
2017-02-26 16:54:43 +11:00
|
|
|
+ [x] PUT, POST, DELETE
|
2017-02-21 09:16:05 +11:00
|
|
|
+ [x] templating
|
2017-02-25 15:29:09 +11:00
|
|
|
+ [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?
|
2017-02-28 15:00:46 +11:00
|
|
|
+ [ ] server-side cookies
|
|
|
|
+ [ ] websockets
|
|
|
|
+ [ ] is https a thing?
|