LENP is a software architecture based on four components :
- Lowbd : it is a system database based on flat files to JSON repo.
- Express : Express is a minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications. site.
- Node js : Node.js® is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. site.
- Polymer : Web Components usher in a new era of web development based on encapsulated and interoperable custom elements that extend HTML itself. Built atop these new standards, Polymer makes it easier and faster to create anything from a button to a complete application across desktop, mobile, and beyond. site.
- app
- routes.js : contains the routes of the application
- config
- db.json : contains data
- config.js : configure lowdb instance
- node_modules : contains node modules
- public
- js : contains all developpement and web components
- libs : contains own librairies
- views : contains index.html and other views
- servers.js : represent own server
node server.js