A server-side web framework written in Forth. http://www.1-9-9-1.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 347B

7年前
12345678910111213
  1. # 1991
  2. A server-side web framework written in Forth.
  3. ## TODO
  4. + [x] set appropriate mime-types
  5. + [x] file-serving if no user-defined routes match. Search "public/" dir
  6. unless otherwise specified by user.
  7. + [x] query arguments
  8. + [x] PUT, POST, DELETE
  9. + [x] templating
  10. + [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?