
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
gaia-community-chat-lib
Advanced tools
가이아 메시징 프로토콜을 사용하여 웹 사이트에 채팅방을 구현할 수 있는 라이브러리입니다. `chatRoomId`와 `secretKey`를 발급받고자 하시는 분들께서는 [Gaia Protocol Contact](https://gaiaprotocol.com/contact) 페이지를 통해 연락을 부탁드립니다.
가이아 메시징 프로토콜을 사용하여 웹 사이트에 채팅방을 구현할 수 있는 라이브러리입니다. chatRoomId와 secretKey를 발급받고자 하시는 분들께서는 Gaia Protocol Contact 페이지를 통해 연락을 부탁드립니다.
서버사이드에서 실행
const chatRoomId = "test";
const secretKey = "1b295164-9c66-4627-b08b-683ace4a4fea";
const result = await fetch(`https://backend.gaiaprotocol.com/community/chat/${chatRoomId}/token?${new URLSearchParams({
name: "YJ",
profileImage: "https://noun.pics/123.svg",
})}`, {
headers: {
"Authorization": `Bearer ${secretKey}`,
},
});
const token = await result.text();
토큰 취득 예시를 참고해 "서버사이드"에서 로그인한 유저의 정보를 가이아 서버로 보내고 토큰을 받아옵니다.https://gaia-community-chat-lib-test.gaiaprotocol.com/
© 2023 Gaia Protocol
FAQs
가이아 메시징 프로토콜을 사용하여 웹 사이트에 채팅방을 구현할 수 있는 라이브러리입니다. `chatRoomId`와 `secretKey`를 발급받고자 하시는 분들께서는 [Gaia Protocol Contact](https://gaiaprotocol.com/contact) 페이지를 통해 연락을 부탁드립니다.
The npm package gaia-community-chat-lib receives a total of 0 weekly downloads. As such, gaia-community-chat-lib popularity was classified as not popular.
We found that gaia-community-chat-lib demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.