Hacker News new | ask | show | jobs
by mhernandez1988 4239 days ago
Now to add some more context, Thrust's predecessor (ExoBrowser) still used embedded NodeJS, this made it incredibly difficult to package native modules with applications. The Thrust team learned from the mistakes of the past and decided to try to simplify the stack as much as possible to allow true composability.
1 comments

does this mean that I can import other python modules directly in to the thrust app?
Essentially yes, you can import python modules into go-python and expose their API's via WebSockets to Javascript.