A server-side web framework written in Forth. http://www.1-9-9-1.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
urlysses 1571064535 Add multi-file example 7 年之前
examples Add multi-file example 7 年之前
.gitignore Ignore .DS_Store 7 年之前
1991.fs Basic query string handling. 7 年之前
LICENSE.md 1991 7 年之前
README.md Basic query string handling. 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)?