bnsf
bnsf copied to clipboard
bem node single page application framework
Including request (see #47)
API is not run. I tried to open the page and see 502 in console: ``` Start process page page-500 Error process page / GET { error: '\r\n502 Bad Gateway\r\n\r\n502...
It's very often situation, when links have no relation to data transformation, they are just for decoration, their place is inside BEMHTML, but we can't use them there because `path`...
in the form like `/api?r[]=my-route&rP[]=null` so it would be possible to use popular ajax form plugins.
When something goes wrong I get stake trace like this: ``` 14:22:02.568 - error: Error process page /test-menu GET Error: Parameter "filePath" has bad value "undefined", not suitable for path...
How can I configure bnsf to use current domain as domain for static server
Need to log messages on several levels, such as `error`, `warning`, `info`, `debug` etc. It's very important to log requests and responses on most verbose level. Also want to mention...
It seems that we need a method for RequestListener browser implementation
Cookies for API server are stored inside bnsf, but I want to connect to API server directly by websockets and of course I lose my authorization because I don't have...