urlysses/1991
A server-side web framework written in Forth.
{ "createdAt": "2017-02-02T03:28:05Z", "defaultBranch": "1991", "description": "A server-side web framework written in Forth.", "fullName": "urlysses/1991", "homepage": "http://www.1-9-9-1.com", "language": "Forth", "name": "1991", "pushedAt": "2024-01-26T15:43:17Z", "stargazersCount": 400, "topics": [ "forth", "framework", "server", "web" ], "updatedAt": "2025-10-24T10:26:28Z", "url": "https://github.com/urlysses/1991"}A server-side web framework written in Forth.
- 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?