Use the JS Phoenix `Socket` module in a separate JS project

I have a separate JS UI application that connects to the Phoenix server through the Phoenix Socket JS module.

What is the best way to import a Socket module into my project? Is there npmthat only contains Phoenix JS modules?

thanks

+4
source share
1 answer

This is on the roadmap to be extracted into the npm package, however there is no timeline

https://github.com/phoenixframework/phoenix/issues/827

People, the client will be checked out when I have time to determine its priority. Until then hang up.

(9 days ago)

, . GitHub.

+4

Source: https://habr.com/ru/post/1607412/


All Articles