-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Milestone
Description
Some functionalities are currently in server, since I used the example curio code in h2 as a starting point.
Now I see the needs to separate these code out and put them into the app module.
server is the module which actually talks with http.
app only handles restful end point.
Users built on top of app module. They should never touch server module unless they want to implement their own app module.