genotrance / feud

Fed Ep with UDitors
MIT License
28 stars 1 forks source link

discussion + links #1

Closed timotheecour closed 5 years ago

timotheecour commented 5 years ago

IDE's in nim for nim

not sure what's the plugin support with these (good plugin support is indeed fundamental)

client/server communication for plugins

shared memory vs RPC (client/server)

shared memory

RPC

base GUI editor

scintilla

sublimetext

use cases

misc links

genotrance commented 5 years ago

Feud had come quite a ways. Plugin system that started out based on nimterop's has come quite a ways and is working well.

Some plugins use shared memory and threads and feud makes it relatively easy.

RPC has been based on nng and is working fine. Using the bus protocol for now but leverage is still primitive.