A server-side web framework written in Forth. http://www.1-9-9-1.com
Go to file
urlysses d775fd9ae6 Add basic CRUD support.
TODO:
+ Make content-type available.
+ Make sure multipart/form-data works (not sure?).
+ Clean up recent code additions.
2017-02-26 00:54:47 -05:00
examples Add basic CRUD support. 2017-02-26 00:54:47 -05:00
.gitignore Ignore .DS_Store 2017-02-15 12:21:34 -05:00
1991.fs Add basic CRUD support. 2017-02-26 00:54:47 -05:00
LICENSE.md 1991 2017-02-01 22:26:33 -05:00
README.md Add basic CRUD support. 2017-02-26 00:54:47 -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)?