diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-15 05:30:41 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-15 05:30:41 +0000 |
commit | 40740c7d13024ca652c5cf6d8e6785ccdaf46f69 (patch) | |
tree | 05c14932b49d434f740a49e4560f5c2c39520c44 /www/Makefile | |
parent | c7176e70a0c33ff6fb303c1647df1c2ac137f2ec (diff) | |
download | ports-40740c7d13024ca652c5cf6d8e6785ccdaf46f69.tar.gz ports-40740c7d13024ca652c5cf6d8e6785ccdaf46f69.zip |
New port: www/gwsocket Simple WebSocket Server
gwsocket is a simple, standalone, language-agnostic, RFC6455 compliant
WebSocket Server, written in C. It sits between your application and the
client's browser, giving fast bidirectional communication between these two
with ease and flexibility.
More info at: http://gwsocket.io.
PR: 247884
Submitted by: Daniel Morante <daniel@morante.net>
Notes
Notes:
svn path=/head/; revision=544909
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 42255bc362fa..a9631239db6c 100644 --- a/www/Makefile +++ b/www/Makefile @@ -220,6 +220,7 @@ SUBDIR += gtkhtml4 SUBDIR += guacamole-client SUBDIR += guile-www + SUBDIR += gwsocket SUBDIR += h2o SUBDIR += h2o-devel SUBDIR += habari |