0.2.0 • Published 5 years ago

webify.js-http-dev v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Webify.js

enter image description here

Getting Started

To get started, make sure you have Node.js and NPM installed. When you install Node.js, NPM (Node's free package manager) comes included for free. Now install Webify.js (HTTP) from npm.

    npm install webify.js-http --save

Next, create a JS file with this in it:

    const App = require('webify.js-http');
    const Webify = new App();
    Webify.newServer();

Run the JS file in Node.js and your server should be located at localhost! You can then use portforwarding to make your server public or deploy this on a remote server that is capbile of running Node.js applications (ie. Heroku)

Documentation

Need help? Look at our work in progress developer guides here.

Contributing

Read the CONTRIBUTING.md file for information on how to contribute to the project.

Authors

RecyclingBin (Bryce Daly) is the original author - GitHub

Want to become a contributor? Start by reading the Contribution Guidelines!

Licence

The official licence for this Webify.js repo is the MIT licence unless otherwise stated. (View LICENCE for details)

0.2.0

5 years ago

0.2.0-0

5 years ago

0.1.30-0

5 years ago

0.1.29-0

5 years ago

0.1.28-0

5 years ago

0.1.27-0

5 years ago