flatend
flatend copied to clipboard
Quickly build microservices using p2p networking in NodeJS/Go.
I see that reconnect is [hardcoded to 8](https://github.com/lithdew/flatend/blob/659d9069caffba74e2581f5d3676e317e9225cb1/node.go#L325) Can it be configurable, for example, into forever?
- simlar to `express-session`, would want to implement sessions for user authentication - basic auth example does not include cookie expiry
Suggest to add 404 handler to be configuable under `config.toml` as follows ``` [[http.routes]] code = "404" service = "notFound" ``` In Node SDK: ``` const notFound = async ctx...
Hello, I am new to Flatend but think that it has great potential for my needs although I am a bit confused on some features that are listed: "Fully agnostic...