-
Notifications
You must be signed in to change notification settings - Fork 54
0006 use fluent http as backend web framework
Bruno Thomas edited this page Nov 23, 2021
·
1 revision
Date: 2018-01-01
Accepted
Java web development is very heavy or old fashioned (play, struts, SpringMVC, Tomcat...) and we wanted Datashare standalone to be run on small machines.
We will use fluent HTTP that is working with java-nio (asynchronous), is very lightweight and self-contained (no need for an additional web app server.
We will need to make changes to Fluent HTTP to improve, fix bugs.