rnet

1.0.3 • Public • Published

How to install

There is currently only one way to install Rnet: by installing it with npm. You can run:

npm install rnet

to install.

Once installed you need to connected it with your express application. This is an example:

express = require("express");
gen = require("gen");
app = express();
gen.open(app);
 
app.get("/",(req,res)=>{
  res.end("My awesome application")
});

Readme

Keywords

Package Sidebar

Install

npm i rnet

Weekly Downloads

40

Version

1.0.3

License

ISC

Unpacked Size

2.98 MB

Total Files

270

Last publish

Collaborators

  • aprogrammernpm