1 min readJul 20, 2020
Thanks for going through the article.
I integrated this in Node.Js and Vuejs (for frontend you can use some other framework as well).
`Language client` : In frontend (Vue.jJ)
`Language server` : In backend (Node.Js)
Like if you see, `connectToMonacoServer ` method, I called this method in init life-cycle of Vue.Js i.e. in create (this can be different for each of the frontend framework).
Soon, I will try to share the Github repository for this :)