Skip to content

Commit

Permalink
absolute screenshot url
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed May 21, 2018
1 parent 2fd9313 commit 85d8d41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -42,7 +42,7 @@ If your application already uses PostgreSQL, you can start sending and receiving
One neat trick is to set up triggers that emit `NOTIFY` queries when rows on certain tables are inserted or updated. This allows messages to be delivered to clients notifying them of updates without any application code at all. Some demos and slides from a talk can be found [here](https://github.com/revmischa/pgnotify-demos).

# In Action
![socketio_pg in action](screenshot.png)
![socketio_pg in action](https://raw.githubusercontent.com/revmischa/socketio_pg/master/screenshot.png)

# How Is This Built?
This server uses the following technologies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='socketio_pg',
version='0.3',
version='0.4',
description='Websocket server using PostgreSQL as a message transport. Uses SocketIO, Greenlet, Flask.',
url='http://github.com/revmischa/socketio_pg',
author='Mischa Spiegelmock',
Expand Down

0 comments on commit 85d8d41

Please sign in to comment.