Skip to content

Instantly share code, notes, and snippets.

View kadoshita's full-sized avatar

Yoshiki Kadoshita kadoshita

View GitHub Profile
@azu
azu / createEnv.ts
Last active July 1, 2024 01:20
Type Safe env.ts
export type BaseEnvRecord = Record<
string,
{
value: string | undefined;
required: boolean;
defaultValue?: string;
}
>;
export type ReturnTypeOfCreateEnv<T extends BaseEnvRecord> = {
// If the value is required, it should be a string, otherwise it should be a string or undefined
@voluntas
voluntas / open_komugi.rst
Last active September 10, 2023 09:41
OpenKomugi プロジェクト
@voluntas
voluntas / open_ayame.rst
Last active June 30, 2024 10:33
OpenAyame プロジェクト
@voluntas
voluntas / webrtc_ advantage.rst
Last active October 16, 2020 02:24
WebRTC の優位性

WebRTC の優位性

更新:2018-09-21
作者:@voluntas
作者サイト:https://voluntas.github.io/
バージョン:18.9.3
セッション日時:2018-09-25 21:10-21:30
セッション場所:さくらインターネット 大阪本社
@voluntas
voluntas / open_momo.rst
Last active March 1, 2024 13:51
OpenMomo プロジェクト
@voluntas
voluntas / webrtc_ultra_low_latency_streaming.rst
Last active August 6, 2023 21:42
WebRTC 超低遅延配信ノススメ

WebRTC 超低遅延配信ノススメ

日時:2018-08-08
作者:@voluntas
バージョン:18.08.0
url:https://sora.shiguredo.jp/

この記事が良いと思ったらこの記事に Star を是非

@voluntas
voluntas / sora_labo.rst
Last active May 29, 2024 02:33
時雨堂 Sora Labo 開発ログ
@voluntas
voluntas / webrtc_sfu_dev.rst
Last active July 10, 2024 02:15
WebRTC SFU コトハジメ

WebRTC SFU コトハジメ

日時:2023-12-03
作:voluntas
バージョン:2023.1
url:https://voluntas.github.io

この記事が良いと思ったらこの記事に Star をお願いします

@voluntas
voluntas / webrtc.rst
Last active May 21, 2024 13:55
WebRTC の未来