1
0
mirror of https://github.com/urlysses/1991.git synced 2024-11-24 04:18:30 -05:00
1991/README.md
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

347 B

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