|
|
|
|
|
by mhernandez1988
4233 days ago
|
|
Node-Webkit is hacky at best. Atom-Shell is a major improvement on Node-Webkit, however not quite there. Native modules need to be compiled for a completely different target. Thrust takes it a step further, improving on the past. Thrust uses the same backing library as Atom-Shell (brightray) to expose the Chromium Content Library. Thrust is cross-platform cross-language. Use a similar familiar api from any language you want, or roll your own.
No need to use javascript on the backend if you dont want to. For example, Go-Thrust can compile, this is a particular advantage for distributing applications. |
|