Architecture is layout of something.
Server Architectureis layout of Server, for...
- good for Maintenance
- good to develope
References(origin) > Click
Base-Express is really small Basic Application.
This app contain only 2 folders for...
src/- run servertest/- test server
index.js- Instant Annonymouse Function to hide Instance and Values.
- Seperate responsiblity
- From
index.js...- Call environment value to
env.js. - Run application to
server.js.
- Call environment value to
- From
env.js- Call environment values from
.envfiles.
- Call environment values from
server.js- Run application, using environment values.
