npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

coldbrew-core

v1.0.16

Published

[ColdBrew API 상세 스펙](https://www.notion.so/as333/ColdBrew-Core-Api-40112f1562ee488fbfa89c624e2a8519)

Downloads

5

Readme

ColdBrew API for TypeScript

ColdBrew API 상세 스펙

ColdBrew NPM

ColdBrew 백엔드 + 시그널링 서버

ColdBrew

ColdBrew 프로젝트는 webRTC를 쉽게 사용하게 만든 API 입니다.

React.js / Vue.js / Svelte 등 import 해서 사용 하면 됩니다.

현재는 최소한의 기능이지만 계속해서 기능 추가/ 업데이트 할 계획 입니다.

(화이트보드기능 추가, UI 애니메이션, nginx추가 등)

Setup

with npm: npm install coldbrew-core

with yarn: yarn add coldbrew-core

실행

  1. 같은 네트워크 망 에서 사용 (= 와이파이)

    (chrome) 탭 2개 띄우고 같은 방 이름으로 접속.

  2. 다른 네트워크 망에서 사용 (LTE <-> 와이파이) (불가)

    [stun 이슈 링크](https://github.com/ahnytae/ColdBrew-Core/issues /1)

프로젝트 (초기)Prototype 버전

ColdBrew Prototype 버전

사용법 예시

- 방 입장: /join/{roomName}/{nickName} (백엔드 API 이용)
  response: "SUCESS" 일때 방 입장 처리

- 방 진입 후 Video Stream 얻기: GetUserDevices.getDeviceStream()
  response: strteam 객체 반환

- 방 입장: SignalingController.joinRoom()
- 방 정보 조회: SignalingController.getRoomInfo()
- 장치변경: SignalingController.changeCamera("video" or "mic");

- 방 나가기: SignalingController.SignalEvent("leave", () => { /* callback 작성 */ })

사용 기술

DEMO (임시)

ColdBrew Demo (임시 버전이며 새롭게 다시 만들 예정)

1. 방 입장

일반탭, 시크릿탭 2개 띄어놓은 후 동일한 방 제목으로 입장 합니다.

2. 방 입장

본인과 원격 사용자 stream을 얻어 video를 띄웁니다.

3. 장치 on/off (카메라,마이크)

본인과 원격 사용자의 장치 on/off를 제어할 수 있습니다.

4. 장치 변경

본인의 장치를 연결된 다른 장치로 변경 가능 하며 원격 사용자에게 변경된 장치로 동기화 시킵니다.

5. 방 나가기

Socket 연결을 끊고 방을 나갑니다. (+ front에서 별도 종료페이지로 이동 처리)

[video]

Demo Video

기능

  • 방입장/나가기
  • 장치 변경
  • 카메라/마이크 on/off