Socket
Socket
Sign inDemoInstall

avant-js

Package Overview
Dependencies
689
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    avant-js

A visual tool for bootstrapping the development of NodeJS applications


Version published
Weekly downloads
13
increased by1200%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

AvantJS

A visual tool for bootstrapping NodeJS applications, based on Node-RED.

AvantJS flows

Quick Start

  1. npm install -g avant-js
  2. avant-js
  3. Open http://localhost:1880
  4. To generate the code click on Generate button in the top toolbar. A new folder generatedcode will be created inside current folder with your app code.

Developers

If you want to run the latest code from git, here's how to get started:

  1. Clone the code:

     git clone https://github.com/avant-js/avant-js.git
     cd avant-js
    
  2. Install the avant-js dependencies

     npm install
    
  3. Build the code

     npm run build
    
  4. Run

     npm start
    

    or

     node red.js
    
  5. The server will be running on http://localhost:1880

  6. To generate the code click on Generte button in the top toolbar. The code will be saved to the generatedcode folder inside AvantJS folder

Authors

AvantJS is a project created by Matheus Webler @mwebler for the thesis in Computer Science.

Node-RED is a project of the JS Foundation. It was created by IBM Emerging Technology.

Node-RED is under Copyright of JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.

Modified and highlited parts for AvantJS project are copyright under the Apache 2.0 license.

Keywords

FAQs

Last updated on 31 May 2017

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc