shobhitsharma / embedo

Embeds third party content to DOM with perks 🧙‍♀️ (7kb gzip / standalone)
https://shobhitsharma.github.io/embedo
MIT License
347 stars 32 forks source link

Server side rendering support #24

Open meecect opened 4 years ago

meecect commented 4 years ago

I started to migrate my embed rendering code to the server side recently and realized (i think) that embedo can only work on the client side.

Is that true? If so, is there a good recommendation of a tool (nodejs preferrable) as simple and easy to use as embedo that works on the server side?

thanks, Cliff

shobhitsharma commented 4 years ago

@meecect This one is client side only. I'm adding support for node version around early August. At the moment, its WIP.

meecect commented 4 years ago

nice, good to know. In the interim, it was not that hard to setup a self hosted iframely server which works pretty good, although I still think a native node version would be nice because it reduces the number of servers passing around embed codes etc.