Object-oriented web programming with aex and node.js

Aex is the only framework currently exists which really helps you forge your projects in the object oriented way.

There is no modules, no services, no new concepts, no more things you need to learn.

Also there is no MVCs, Aex is not a mvc web framework, but a framework reflects the real http requests.

It smooths http requests with simple decorators, makes your code clean, simple, intuitive and well organised.

You can find the project here

Here is an example on how to use aex in the object oriented way:

Originally published at https://dev.to on February 6, 2021.

--

--