-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add service template #91
base: master
Are you sure you want to change the base?
Conversation
…e#master to get last fixes
Per conversation with @hthetiot Consider the following command
|
This looks interesting, but I think you were hoping to mention a different Harold. |
I thought we had talked about creating a root "server" folder in the project, where all assets that are server side only would live |
… into features/serviceTemplate
Todo
Overview
index.js (express.js or joey.js)
Init transport and setup middleware
middleware.js
Interface transport and main-service query dispatch
logic/service/name-service.js
Resolve query and return raw data for response
Quick Testing
minit-service.sh
Testing
Client
Server
Preview