A server-side web framework written in Forth. http://www.1-9-9-1.com
Go to file
urlysses 574c33c27e Add url pattern matching (url mapping?)
TODO: Make the collected vars available to the handler words.
2017-02-24 19:38:01 -05:00
examples Add url pattern matching (url mapping?) 2017-02-24 19:38:01 -05:00
.gitignore Ignore .DS_Store 2017-02-15 12:21:34 -05:00
1991.fs Add url pattern matching (url mapping?) 2017-02-24 19:38:01 -05:00
LICENSE.md 1991 2017-02-01 22:26:33 -05:00
README.md Add views + very basic templating support. 2017-02-20 17:16:05 -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)?