fastn babel
#672
amitu
started this conversation in
Ideas & RFCs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fastn babel python foo.py
will launch browser window, and display content of index.foo.py
:Whenever the processor, function or event handler is invoked from FTD, FTD will talk to
babel server
(python foo.py
will launch a HTTP server, implementing fastn-babel api and is calledbabel server
).Transparent
fastn
We should implement this in such a way that running
python foo.py
is equivalent tofastn babel python foo.py
. Pythonfastn
package will ship fullfastn
logic as well.So that people from pure python world can use
fastn
by only installing the pythonfastn
package.Beta Was this translation helpful? Give feedback.
All reactions