1
0
mirror of https://github.com/urlysses/1991.git synced 2024-07-27 15:30:28 +10:00
1991/README.md
2017-02-27 23:05:29 -05:00

414 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)?
  • server-side cookies
  • websockets
  • is https a thing?