gnu: python-sockjs-tornado: Edit synopsis & description.
* gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis] [description]: Pick nits.
This commit is contained in:
parent
98d6543f86
commit
1f7fe26f83
|
@ -194,12 +194,12 @@ other HTTP libraries.")
|
||||||
`(("python-tornado" ,python-tornado)))
|
`(("python-tornado" ,python-tornado)))
|
||||||
(home-page "https://github.com/mrjoes/sockjs-tornado/")
|
(home-page "https://github.com/mrjoes/sockjs-tornado/")
|
||||||
(synopsis
|
(synopsis
|
||||||
"SockJS python server implementation on top of Tornado framework")
|
"SockJS Python server implementation on top of the Tornado framework")
|
||||||
(description
|
(description
|
||||||
"SockJS-tornado provides the server side counterpart to a SockJS client
|
"SockJS-tornado provides the server-side counterpart to a SockJS client
|
||||||
library, through the Tornado framework.
|
library, through the Tornado framework.
|
||||||
|
|
||||||
SockJS provides a low latency, full duplex, cross-domain communication channel
|
SockJS provides a low-latency, full-duplex, cross-domain communication channel
|
||||||
between a web browser and web server.")
|
between a web browser and web server.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue