A server-side web framework written in Forth. http://www.1-9-9-1.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
urlysses d775fd9ae6 Add basic CRUD support. 7 yıl önce
examples Add basic CRUD support. 7 yıl önce
.gitignore Ignore .DS_Store 7 yıl önce
1991.fs Add basic CRUD support. 7 yıl önce
LICENSE.md 1991 7 yıl önce
README.md Add basic CRUD support. 7 yıl önce

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