A server-side web framework written in Forth. http://www.1-9-9-1.com
Go to file
urlysses a32c43b989 Basic query string handling. 2017-02-17 09:10:06 -05:00
examples Move app demo to an examples dir 2017-02-15 12:23:28 -05:00
.gitignore Ignore .DS_Store 2017-02-15 12:21:34 -05:00
1991.fs Basic query string handling. 2017-02-17 09:10:06 -05:00
LICENSE.md 1991 2017-02-01 22:26:33 -05:00
README.md Basic query string handling. 2017-02-17 09:10:06 -05:00

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