A server-side web framework written in Forth. http://www.1-9-9-1.com
Go to file
urlysses 7ff8c9942e Finalize url mapping/url pattern matching.
All that was missing in 574c33c27e was a
way to retreive the values of our fuzzy matches.
2017-02-24 23:29:43 -05:00
examples Finalize url mapping/url pattern matching. 2017-02-24 23:29:43 -05:00
.gitignore Ignore .DS_Store 2017-02-15 12:21:34 -05:00
1991.fs Finalize url mapping/url pattern matching. 2017-02-24 23:29:43 -05:00
LICENSE.md 1991 2017-02-01 22:26:33 -05:00
README.md Finalize url mapping/url pattern matching. 2017-02-24 23:29:43 -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)?