servux

0.0.3 • Public • Published

Servux Logo

A Web Framework for node that puts UX first.

const Servux = require('servux');
const app = new Servux();
const port = 3000;
 
app.get('/api/hello', (req, res, next) => {
  res.end('Hello Servux!');
});
 
app.listen(port, () => {
  console.log(`Listening on port ${port}`);
});
 
// This is a Place Holder. Servux is still in development.

Package Sidebar

Install

npm i servux

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

16.2 kB

Total Files

8

Last publish

Collaborators

  • hippodippo