Skip to content

A simple library for rapid website development, designed primarily for use with cPanel.

License

Notifications You must be signed in to change notification settings

JohnAlexCO/weaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weaver

A simple library for simple website development, designed primarily for use with cPanel. Your CSS, HTML, and both your server-side and client-side JavaScript can all be written in one place as just JavaScript! Using weaver makes it incredibly simple to see how the pieces of your application interact, and is primarily intended for allowing the rapid deployment of prototypes for interactive browser software, but is also fantastic for writing static dynamically generated sites.

Notice

This project has permanently moved to my website, Modula

The TLDR of How to Use It

  1. Download the weaver source to your project directory.
  2. Write an app.js file
  3. Create a cPanel node application and replace the auto-generated app.js with the one you wrote
  4. Clone Weaver into the cPanel application's directory
  5. Refresh the node application you created