소스 검색

Initial commit

Taddeus Kroes 12 년 전
커밋
8137fe50ef
4개의 변경된 파일14개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .gitignore
  2. 3 0
      .gitmodules
  3. 7 0
      README.md
  4. 1 0
      twspy

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+*.swp
+*.pyc
+*~

+ 3 - 0
.gitmodules

@@ -0,0 +1,3 @@
+[submodule "twspy"]
+	path = twspy
+	url = git@github.com:taddeus/twspy.git

+ 7 - 0
README.md

@@ -0,0 +1,7 @@
+ABOUT
+=====
+
+*twspy-multiplex* is a multiplexing library for web sockets. It supports the
+creation of multiple channels on a single web socket. The library consists of
+back-end Python classes based on [*twspy*](https://github.com/taddeus/twspy),
+and a front-end implementation written in JavaScript for usage in web browsers.

+ 1 - 0
twspy

@@ -0,0 +1 @@
+Subproject commit c1bcd852918db252ac1e82f049c9a78544be68b1