yup-server
v0.0.4
Published
A lightweight server that uses the amazing Yup library for validation
Downloads
12
Readme
Yup Server
A lightweight server framework that uses Yup for data validation
How to use:
const app = createServer([...middleware, ...routes]);
http.createServer(app).listen(3001, () => {
console.log("Server listening att http://localhost:3001");
});Contributing
If you have any suggestions please open up an issue.
