From b15b99dd55cac17877934e514df4b87a4d3524b8 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 16 May 2018 14:25:01 +0100 Subject: [PATCH 1/2] Update README.md Add Lomond --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 037a1fd44..1d26d9212 100644 --- a/README.md +++ b/README.md @@ -1242,6 +1242,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [AutobahnPython](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). * [Crossbar](https://github.com/crossbario/crossbar/) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). +* [Lomond](https://github.com/wildfoundry/dataplicity-lomond) - Easy to use WebSocket client for Python2 and 3. * [django-channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django * [django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. * [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. From 0acde7c572bc153797ac2da295675ac683154a15 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 16 May 2018 14:26:19 +0100 Subject: [PATCH 2/2] Update README.md Alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d26d9212..e09502633 100644 --- a/README.md +++ b/README.md @@ -1242,9 +1242,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [AutobahnPython](https://github.com/crossbario/autobahn-python) - WebSocket & WAMP for Python on Twisted and [asyncio](https://docs.python.org/3/library/asyncio.html). * [Crossbar](https://github.com/crossbario/crossbar/) - Open-source Unified Application Router (Websocket & WAMP for Python on Autobahn). -* [Lomond](https://github.com/wildfoundry/dataplicity-lomond) - Easy to use WebSocket client for Python2 and 3. * [django-channels](https://github.com/django/channels) - Developer-friendly asynchrony for Django * [django-socketio](https://github.com/stephenmcd/django-socketio) - WebSockets for Django. +* [Lomond](https://github.com/wildfoundry/dataplicity-lomond) - Easy to use WebSocket client for Python2 and 3. * [WebSocket-for-Python](https://github.com/Lawouach/WebSocket-for-Python) - WebSocket client and server library for Python 2 and 3 as well as PyPy. # Services