Skip to content

Instantly share code, notes, and snippets.

@albertosouza
Created October 20, 2015 15:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertosouza/5a28765152fd72cd034a to your computer and use it in GitHub Desktop.
Save albertosouza/5a28765152fd72cd034a to your computer and use it in GitHub Desktop.

O we messenger hoje possuí uma estrutura distribuída distribuída com um app de cliente ember.js e a API (server) com we.js e o plugin we-plugin-messenger

Repositórios relacionados:

Como montar a estrutura de serviços?

1- Clonar e instalar o projeto do site do We.js https://github.com/wejs/site

2- Em uma pasta diferente clonar o plugin de messenger do we.js: https://github.com/wejs/we-plugin-messenger

3- Linkar o plugin (we-plugin-messenger) no projeto (site) usando o npm link

4- Iniciar o projeto (site) com o npm run dev ( vai rodar na porta 4000 )

6- Instalar o APP de client seguindo o READAME.md

7- rodar o APP ( vai rodar na porta 4200 )

8- Acessar o APP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment