It has been a hectic few months with plenty of releases and new initiatives. GoAhead and Appweb 5 have been updated and Appweb 6 has been released. Both products have started to make extensive use of the Pak package manager and we have a growing set of components available via GitHub.
But what does the future hold?
With all that behind us, here is a peek at the priority items for GoAhead and Appweb for the next six months.
HTTP/2 is a next generation HTTP protocol. It builds upon HTTP/1 and reduces network latency and enhances throughput. The base for HTTP/2 was a protocol called SPDY developed by Google and deployed in Chrome. With HTTP/2, you should see faster page refreshes, particularly over mobile devices.
HTTP/2 support will be a configurable option and will support the MbedTLS SSL stack.
MbedTLS is a compact, reliable and robust TLS/SSL stack suitable for embedded. Originally called PolarSSL, it is now part of ARM. MbedTLS is ideal because of its small footprint and the fact that we will integrate it into the Appweb source code and it will build by default without any extra build or link steps. Currently, building OpenSSL for embedded can be a painful exercise. Building with MbedTLS will be transparent.
When building embedded management applications, the best design approach is typically to use a client-side Javascript framework like Aurelia, Angular or React. These web server then provides the data, while the client-side framework renders the user interface. We will be releasing a complete sample management application using Aurelia. For the look and feel, we leverage the Semantic UI CSS/HTML framework for user interface elements. Combined, they provide a highly attractive, usable and responsive user interface.
{{comment.name}} said ...
{{comment.message}}