mirror of
https://github.com/c-cube/tiny_httpd.git
synced 2025-12-06 11:15:35 -05:00
doc
This commit is contained in:
parent
7430dbf4b4
commit
d686ace2df
1 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,9 @@
|
|||
(** Websockets for Tiny_httpd.
|
||||
|
||||
This sub-library ([tiny_httpd.ws]) exports a small implementation
|
||||
for a websocket server. It has no additional dependencies.
|
||||
*)
|
||||
|
||||
open Tiny_httpd_server
|
||||
module IO = Tiny_httpd_io
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue