Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@azulejo/backend
Advanced tools
Application server with SSR support
Is used to serve applications similar to @azulejo/client
.
There are two possible modes:
public
setting allows to load precompiled static assets.
// config/default.json
{
"host": "localhost",
"port": 3030,
"public": "../node_modules/@azulejo/client/build",
}
assets
setting suppres public
path and allows to define directory with custom assets.
// config/default.json
{
"host": "localhost",
"port": 3030,
"public": "../node_modules/@azulejo/client/build",
"assets": "../node_modules/@azulejo/client/out",
}
In that case PUG template(index.pug
) will be served.
This project uses Feathers. An open source web framework for building modern real-time applications.
Getting up and running is as easy as 1, 2, 3.
Install your dependencies
cd path/to/azulejo-backend; npm install
Start your app
npm start
Simply run npm test
and all your tests in the test/
directory will be run.
Feathers has a powerful command line interface. Here are a few things it can do:
$ npm install -g @feathersjs/cli # Install Feathers CLI
$ feathers generate service # Generate a new Service
$ feathers generate hook # Generate a new Hook
$ feathers generate model # Generate a new Model
$ feathers help # Show all commands
For more information on all the things you can do with Feathers visit docs.feathersjs.com.
Copyright (c) 2016
Licensed under the MIT license.
FAQs
Application server with ssr support
The npm package @azulejo/backend receives a total of 1 weekly downloads. As such, @azulejo/backend popularity was classified as not popular.
We found that @azulejo/backend demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.