Skip to content

about EOSS

Durisvk edited this page Dec 18, 2016 · 1 revision

about EOSS

EOSS:

  • Event-Oriented Server-side
  • is Stateful
  • MVC
  • Easy to use

Event-Oriented Server-side - means that you are able to bind client-side events on the server-side. EOSS uses javascript to accomplish that.

is Stateful - means that if you declare a public property inside your xyzEOSS class it will remain there till the next AJAX request.

MVC - means that EOSS is based on Model-View-Controller pattern. Controllers are this time the xyzEOSS classes.

Easy to use - I've learned my father to use EOSS. Before he didn't do any PHP, but now with the EOSS he can and he says it's pretty damn easy.

We are looking for contributors, come and join us, write me an email on durisvk2@gmail.com or post something on a http://eoss.wz.sk .

Clone this wiki locally