Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/floatdrop/grid-protocol

Protocol for communication with signaling server and clients
https://github.com/floatdrop/grid-protocol

Last synced: 22 days ago
JSON representation

Protocol for communication with signaling server and clients

Awesome Lists containing this project

README

        

# Grid-protocol [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][depstat-image]][depstat-url]

This is internal protocol of [GridJS](https://github.com/GridJS).

Clients use PSON to communicate over WebSocket with signaling server and over WebRTC between eachother.

For message types and expected fileds you can now look into [index.js](index.js).

[npm-url]: https://npmjs.org/package/grid-protocol
[npm-image]: http://img.shields.io/npm/v/grid-protocol.svg

[travis-url]: https://travis-ci.org/GridJS/grid-protocol
[travis-image]: http://img.shields.io/travis/GridJS/grid-protocol.svg

[depstat-url]: https://gemnasium.com/GridJS/grid-protocol
[depstat-image]: https://gemnasium.com/GridJS/grid-protocol.svg