Skip to content

miguelalarcos/plutonium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plutonium

This is an experimental web framework "Meteor like", i.e, reactive, based on Python3 and Brython.

That means that you can subscribe to a filter like 'the patients waiting in emergency". Then, when an user introduces in the system a new patient in emergencies, every running application that is subscribed to that filter will receive the data and update its HTML.

It's a declarative way of programing. You declare what you want to see and every time the system changes and your view is affected, then data is sent to you.

Examples given that you are subscribed to "the patients waiting in emergency": If a patient that is hospitalized goes to home, you are not informed, but if a patient in emergency is hospitalized you are informed.

This is the next step on web applications. And we can say that it's not a future step but a today reality thanks to Meteor and Volt.

About

a web reactive framework with python and brython

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages