1.0.3 • Published 4 years ago

rnet v1.0.3

Weekly downloads
9
License
ISC
Repository
-
Last release
4 years ago

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")
});
1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago