A server-side web framework written in Forth. http://www.1-9-9-1.com
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
urlysses f0cac5c8f2 Fix bug where repeat invocations of sourcedir returned different results (due to abuse of sourcefilename memore address) 7 年前
examples Add sourcedir for more reliable file paths 7 年前
.gitignore Ignore .DS_Store 7 年前
1991.fs Fix bug where repeat invocations of sourcedir returned different results (due to abuse of sourcefilename memore address) 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)?