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