Speed up nodejs startup #782
gmaclennan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We currently start the nodejs process (which runs the mapeo-core backend) from React Native. This results in a delay to startup, since RN itself takes a little while to start.
Should be easy to start it from Java directly the same way as Manyverse: https://gitlab.com/staltz/manyverse/-/commit/ff6941d3f8872e9d70f5eb37ac3c7717b01a3321
Beta Was this translation helpful? Give feedback.
All reactions