
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@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.
[0.1.1] - 2018.07.22
FAQs
Application server with ssr support
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
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.