A server-side web framework written in Forth. http://www.1-9-9-1.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
urlysses f0cac5c8f2 Fix bug where repeat invocations of sourcedir returned different results (due to abuse of sourcefilename memore address) vor 7 Jahren
examples Add sourcedir for more reliable file paths vor 7 Jahren
.gitignore Ignore .DS_Store vor 7 Jahren
1991.fs Fix bug where repeat invocations of sourcedir returned different results (due to abuse of sourcefilename memore address) vor 7 Jahren
LICENSE.md 1991 vor 7 Jahren
README.md Basic query string handling. vor 7 Jahren

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)?