Skip to content

A module for streamlining Express development.

License

Notifications You must be signed in to change notification settings

SavSamoylov/XPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XPS Logo

A module for streamlining Express development.

Getting started

With the xps.js file, getting your server runing is as easy as:

const xps = require("./xps.js");
const app = xps.app();

xps.go(app, { bodyParse: true, port: 3000 });

About

A module for streamlining Express development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published