Flaska is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.
 
Go to file
Jonatan Nilsson 9c43b429c4
continuous-integration/appveyor/branch AppVeyor build succeeded Details
flaska: Add jsonhandler and basic httperror class
flaska: Add promise-based listen and close methods
2022-03-16 10:41:25 +00:00
benchmark pretty much fully finished version 1 2021-10-09 00:12:56 +00:00
test flaska: Add jsonhandler and basic httperror class 2022-03-16 10:41:25 +00:00
.gitignore add lock file to ignore 2020-05-20 13:17:22 +00:00
.npmrc flaska: Add jsonhandler and basic httperror class 2022-03-16 10:41:25 +00:00
LICENSE pretty much fully finished version 1 2021-10-09 00:12:56 +00:00
README.md Initial commit 2020-03-11 09:05:05 +00:00
appveyor.yml flaska: Add jsonhandler and basic httperror class 2022-03-16 10:41:25 +00:00
flaska.mjs flaska: Add jsonhandler and basic httperror class 2022-03-16 10:41:25 +00:00
package.json flaska: Add jsonhandler and basic httperror class 2022-03-16 10:41:25 +00:00
test.mjs Add 404 support and some more error handling 2022-01-05 14:06:06 +00:00

README.md

bottle-node

Bottle is a micro web-framework for node. It is designed to be fast, simple and lightweight, and is distributed as a single file module with no dependencies.