A server-side web framework written in Forth. http://www.1-9-9-1.com
Go to file
urlysses b1f03d4e41 There's still a bit more TODO 2017-02-27 23:05:29 -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 There's still a bit more TODO 2017-02-27 23:05:29 -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)?
  • server-side cookies
  • websockets
  • is https a thing?