javascript - Is it possible to use (or include) node.js framework in a Google Chrome Extension? -
i don't want create chrome extension using node.js.
i know chrome extensions use html, css , javascript.
but want make chat application chrome extension. found using mean stack along socket.io chat application latest way , efficient.
1) so, i'm wondering if possible integrate or link node application google chrome extension?
2) if not possible, plain javascript or other library serve same purpose? can use socket.io javascript?
for chat application need server, should not in browser. chat clients may built using current html + css + js extensions api, not need node.js creating them.
yes, can use socket.io google chrome extensions, have include socket.io client-side script in extension
Comments
Post a Comment