So I am making a Translator Extension but in order for it to work it requires access to external API’s for the translation part, is it possible for Extensions to access API’s such as Google Translate
@Brohann has made a Websockets extension. https://github.com/Brohann3214/pxt-websockets-browser-extension. You would need to host your own server that would receive websocket requests from people using the extension, hit some Google Translate API to get the translation, and then send back the translation to the person who requested it. All of this would probably cost money to run, especially the server hosting. You would also probably need DDOS protection because you’re server would be public, so anyone could send any request to it.
pxt-websockets-browser extension is actually useless, I tried to combine the pxt-websockets extension with the pxt-browser extension but it didn’t work and I just kept it anyways. It’s functionally the exact same as the regular pxt-websockets extension
I just copied the link for the first one I found on your gitHub ![]()
Oh, I found it: pelikhan/pxt-sockets
Oh, and I forgot to mention, @MeatballDev, it’s not in blocks.
pro hacker launches ddos attack against makecode extension