A server-side web framework written in Forth. http://www.1-9-9-1.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
urlysses b1f03d4e41 There's still a bit more TODO 7年前
examples Add basic CRUD support. 7年前
.gitignore Ignore .DS_Store 7年前
1991.fs Add basic CRUD support. 7年前
LICENSE.md 1991 7年前
README.md There's still a bit more TODO 7年前

README.md

1991

A server-side web framework written in Forth.

TODO

  • set appropriate mime-types
  • file-serving if no user-defined routes match. Search “public/” dir unless otherwise specified by user.
  • query arguments
  • PUT, POST, DELETE
  • templating
  • fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?
  • server-side cookies
  • websockets
  • is https a thing?