Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cettia/cettia-protocol
A reference implementation and test suite for Cettia protocol
https://github.com/cettia/cettia-protocol
cettia http javascript protocol realtime websocket
Last synced: 3 days ago
JSON representation
A reference implementation and test suite for Cettia protocol
- Host: GitHub
- URL: https://github.com/cettia/cettia-protocol
- Owner: cettia
- License: apache-2.0
- Created: 2015-03-18T05:57:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T14:55:19.000Z (almost 7 years ago)
- Last Synced: 2024-10-05T17:48:05.243Z (about 1 month ago)
- Topics: cettia, http, javascript, protocol, realtime, websocket
- Language: JavaScript
- Homepage: http://cettia.io
- Size: 87.9 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## Cettia Protocol
[![Travis](https://img.shields.io/travis/cettia/cettia-protocol.svg)](https://travis-ci.org/cettia/cettia-protocol) [![npm](https://img.shields.io/npm/v/cettia-protocol.svg)](https://www.npmjs.com/package/cettia-protocol) [![GitHub license](https://img.shields.io/github/license/cettia/cettia-protocol.svg)](https://github.com/cettia/cettia-protocol/blob/master/LICENSE)Cettia Protocol is a protocol based on web standards to provide reliable full duplex connection and elegant patterns to write real-time applications. Also it provides the test suite to verify your client or server implementation.
For more information on the project, please see the [website](http://cettia.io/projects/cettia-protocol).