[Node.js] Node.js 서버사이드 푸시 오픈소스 정보
오픈소스 [Node.js] Node.js 서버사이드 푸시 오픈소스
본문
구글링하면 관련자료들이 수두룩 하게 나옵니다.
국내분이 기록한 내용중에 잘 정리된것이 http://canapio.tistory.com/34 요 블로그인것 같네염
혹시 더 자세한 내용 포스팅 자료가 있으면 링크좀 부탁드립니다. ^^
추천
0
0
댓글 16개

node.js로 푸시서버를 구축하는건가요?

넵 맞습니다. ^^

흠.... 파스가 내년에 문을 닫는 대신 오픈소스로 공개 했다고 합니다.
대체할만한것 중에 무료는... 아직 못찾았습니다 ㅠ.ㅠ;
대체할만한것 중에 무료는... 아직 못찾았습니다 ㅠ.ㅠ;

오픈소스라면 서버쪽인거죠? 서버를 구축해야 쓸 수 있다는 말씀인가요?

네, 구축해서 써야합니다.
방금확인해본결과
푸시기능은 빠졌다고하네요 ㅠ.ㅠ
https://parse.com/docs/server/guide#migrating
Push Notifications
Parse Server does not implement any push notification functionality. We recommend migrating to a different push provider.
You can export all your data in your app settings and grab the device tokens in the Installation class and upload it to another push provider. Alternately, you can also grab these tokens directly from your MongoDB under the installations collection. You will then need to publish a new version of your app replacing Parse’s push registration with the other service.
방금확인해본결과
푸시기능은 빠졌다고하네요 ㅠ.ㅠ
https://parse.com/docs/server/guide#migrating
Push Notifications
Parse Server does not implement any push notification functionality. We recommend migrating to a different push provider.
You can export all your data in your app settings and grab the device tokens in the Installation class and upload it to another push provider. Alternately, you can also grab these tokens directly from your MongoDB under the installations collection. You will then need to publish a new version of your app replacing Parse’s push registration with the other service.

허.. 큰일이네요;

감사합니다.
저는 귀찮아서 parse사용중인데....
시간되면 만들어봐야겠네요 ㅋㅋ
저는 귀찮아서 parse사용중인데....
시간되면 만들어봐야겠네요 ㅋㅋ

^^ 시간나시면 멋진 오픈소스좀 알려주세염

넵 ㅎㅎ 이번달은 버닝 상태라 ㅎㅎㅎ

^^ 일정 마무리되시면 천천히 지식을 공유해주세염!!
홧팅입니다.
홧팅입니다.

넵!!!

parse 닫힌다고 하네요. 대체할만한 서비스가 있을까요?
월100만건 괜찮았는데 ㅠ.ㅠ
좋은거 있음 저두 공유좀 ㅜ.ㅜ
월100만건 괜찮았는데 ㅠ.ㅠ
좋은거 있음 저두 공유좀 ㅜ.ㅜ

https://github.com/ParsePlatform/parse-server
이걸로 활용이 안될랑가요?
이걸로 활용이 안될랑가요?

네 그거 사용하면 파스에서 사용하던 데이터 베이스는 그데로 사용가능 하다네요.

파스푸시기능도 저걸로 사용될까요?
그리고 파스 푸시를 사용 못하면 서버없이 푸시되는 방법은 없을까요?
그리고 파스 푸시를 사용 못하면 서버없이 푸시되는 방법은 없을까요?

Push Notifications
Parse Server does not implement any push notification functionality. We recommend migrating to a different push provider.
You can export all your data in your app settings and grab the device tokens in the Installation class and upload it to another push provider. Alternately, you can also grab these tokens directly from your MongoDB under the installations collection. You will then need to publish a new version of your app replacing Parse’s push registration with the other service.
오역일지 모르지만 구현 안됬다고 다르누서비스 사용하라는것 같습니다..
서버없이 사용가능한 서비스는 아직 못찾았습니다
유료서비스중에는 푸시우시라고있구요. 아니면 카카오푸시라도 ㅎ
Parse Server does not implement any push notification functionality. We recommend migrating to a different push provider.
You can export all your data in your app settings and grab the device tokens in the Installation class and upload it to another push provider. Alternately, you can also grab these tokens directly from your MongoDB under the installations collection. You will then need to publish a new version of your app replacing Parse’s push registration with the other service.
오역일지 모르지만 구현 안됬다고 다르누서비스 사용하라는것 같습니다..
서버없이 사용가능한 서비스는 아직 못찾았습니다
유료서비스중에는 푸시우시라고있구요. 아니면 카카오푸시라도 ㅎ