Giter VIP home page Giter VIP logo

happy-hour's Introduction

概要

2012/05/12 に参加した、Dart Hackathon Happy Hourのソースコード

作成物

WebSocketを使って複数クライアントで音を共有するWebアプリ

動作

  • chat 以下が実際のソースコード。

  • chat/server/ : WebSocketのサーバ側

  • 動作コマンド(dartへのPATHを通してください)

$ dart server.dart;

  • サーバ側はListen Portをあけておく必要がある。(default port: 41894)

  • L74 を変更することで Listen Port は変更することができる。

  • chat/client/ : クライアント側のソース

  • client.html

  • client.dart

  • DartVMが動くブラウザから client.html にアクセスすると動作する。

  • L47 をWebSocketのサーバのIP/ホスト名に変更する必要がある。

  • music.dart

  • 音を鳴らす為のクラス

  • client_j.js

  • client_music.dart.js

  • chat/client/client.dart、chat/client/music.dart を内包して変換した JavaScrpt。

happy-hour's People

Contributors

nya3jp avatar ryoyakawai avatar hatyuki avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.