Can i create wallet service for litecoin wallet

I have bulid litecoin wallet using github code locally , I want create wallet service so could it be possible

According to my information. you need to have a server and run nodes for dealing with each wallet. and then export that wallet.

you can build apps for litecoin using nodejs and the Litecore library available here:

you can also use “co-pay-lite” which is a wallet service forked from bitpays copay wallet…
you would just have the wallet sync to your full node server…just make sure your server is available via DNS…
could try using windows IIS to host a wallet service…