A server-side web framework written in Forth. http://www.1-9-9-1.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 414B

7 years ago
12345678910111213141516
  1. # 1991
  2. A server-side web framework written in Forth.
  3. ## TODO
  4. + [x] set appropriate mime-types
  5. + [x] file-serving if no user-defined routes match. Search "public/" dir
  6. unless otherwise specified by user.
  7. + [x] query arguments
  8. + [x] PUT, POST, DELETE
  9. + [x] templating
  10. + [x] fuzzy-/pattern-match-enabled user routes (e.g., /something/*/wildcard)?
  11. + [ ] server-side cookies
  12. + [ ] websockets
  13. + [ ] is https a thing?