or strongly suspected to support at least 8.0. (7.4 is currently on security
support only, and that finishes in November, so I intend to switch the "ports
default" version to 8.0).
some of these ports _may_ work with 8.0 already, some have pull requests or
support in newer upstream code (not always in a release), others definitely
need 7.4.
Engine.IO is a lightweight transport protocol that enables real-time
bidirectional event-based communication between clients (typically,
though not always, web browsers) and a server. The official
implementations of the client and server components are written in
JavaScript. This package provides Python implementations of both, each
with standard and asyncio variants.
The Engine.IO protocol is extremely simple. Once a connection between
a client and a server is established, either side can send "messages"
to the other side. Event handlers provided by the applications on both
ends are invoked when a message is received, or when a connection is
established or dropped.
Socket.IO is a transport protocol that enables real-time bidirectional
event-based communication between clients (typically, though not always,
web browsers) and a server. The official implementations of the client
and server components are written in JavaScript. This package provides
Python implementations of both, each with standard and asyncio variants.
(NB portgen usually gets this wrong; it also doesn't understand
dependencies that are restricted to only being used with certain
python versions. at this point you usually get better results
doing py-* ports by hand than with portgen)
This release introduces a new wire protocol, a new archive format, and
feature negotiation. In particular, once two machines have been upgraded
to unison-2.52.0 or later, it is possible to use unison compiled with
different ocaml versions. Summary of changes can be found at
https://github.com/bcpierce00/unison/blob/v2.52.0/NEWS.md.
This release is compatible with:
- unison 2.52 or newer. You do not have to pay any attention to OCaml
compiler versions
- unison 2.51 if both versions are compiled with same OCaml compiler
version
- unison 2.48 if both versions are compiled with same OCaml compiler
version
Comments and OK sthen@